summaryrefslogtreecommitdiff
path: root/examples/3d_drawing/plot_basic.py
Commit message (Collapse)AuthorAgeFilesLines
* Add a 3D plotting example with matplotlib to the gallery (#4268)Ross Barnowski2020-10-241-0/+51
* Add a 3D drawing example using matplotlib Based on the mayavi example, but using mpl_toolkits.mplot3d instead. * Rename to get sphinx gallery to pick up file * Change title.