Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 27839d1

Browse files
committed
Restore import of Axes3D
1 parent 6f17d15 commit 27839d1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

examples/mplot3d/pathpatch3d_demo.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import matplotlib.pyplot as plt
22
from matplotlib.patches import Circle, PathPatch
3+
# register Axes3D class with matplotlib by importing Axes3D
4+
from mpl_toolkits.mplot3d import Axes3D
35
import mpl_toolkits.mplot3d.art3d as art3d
46
from matplotlib.text import TextPath
57
from matplotlib.transforms import Affine2D

0 commit comments

Comments
 (0)