Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f17d15 commit 27839d1Copy full SHA for 27839d1
1 file changed
examples/mplot3d/pathpatch3d_demo.py
@@ -1,5 +1,7 @@
1
import matplotlib.pyplot as plt
2
from matplotlib.patches import Circle, PathPatch
3
+# register Axes3D class with matplotlib by importing Axes3D
4
+from mpl_toolkits.mplot3d import Axes3D
5
import mpl_toolkits.mplot3d.art3d as art3d
6
from matplotlib.text import TextPath
7
from matplotlib.transforms import Affine2D
0 commit comments