changes to MEP12/sphinx-gallery compliant #8233
Merged
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
Jump to file
No files or symbols found.
| @@ -1,7 +1,12 @@ | ||
| -''' | ||
| +""" | ||
| +============================ | ||
| +Draw flat objects in 3D plot | ||
| +============================ | ||
| + | ||
| Demonstrate using pathpatch_2d_to_3d to 'draw' shapes and text on a 3D plot. | ||
| -''' | ||
| +""" | ||
| +import numpy as np | ||
anntzer
Contributor
|
||
| import matplotlib.pyplot as plt | ||
| from matplotlib.patches import Circle, PathPatch | ||
| # register Axes3D class with matplotlib by importing Axes3D | ||
I wonder how this example even ran without numpy…