Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Milestone
Description
Documentation Link
https://matplotlib.org/devdocs/plot_types/index.html
Problem
We don't showcase any of the 3D functionality in the plot gallery, and that might be a minimal way to improve discoverability.
Suggested improvement
Add a subset ofhttps://matplotlib.org/devdocs/gallery/mplot3d/index.html into the plot gallery to showcase the 3D plots and show conventions for 3D. A minimal subset ofaxes3d methods:
- scatter
- plot_surface
- plot_wireframe
- tricontour/trisurf
- voxels
attn@jklymak