Skip to content

3D subplots not working #24

@elazarcoh

Description

@elazarcoh

Viewing 3D subplots is not working. Viewing the entire figure does work as expected.

fig = plt.figure()
ax3d = plt.subplot(1,1,1,projection='3d')
ax3d.scatter(range(20), range(20), range(20))

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions