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 a863384 commit 4244fb2Copy full SHA for 4244fb2
lib/matplotlib/figure.pyi
@@ -7,7 +7,6 @@ from numpy.typing import ArrayLike
7
8
from matplotlib.artist import Artist
9
from matplotlib.axes import Axes
10
-from matplotlib.axes3d import Axes3D
11
from matplotlib.backend_bases import (
12
FigureCanvasBase,
13
MouseButton,
@@ -26,6 +25,8 @@ from matplotlib.lines import Line2D
26
25
from matplotlib.patches import Rectangle, Patch
27
from matplotlib.text import Text
28
from matplotlib.transforms import Affine2D, Bbox, BboxBase, Transform
+from mpl_toolkits.mplot3d import Axes3D
29
+
30
from .typing import ColorType, HashableList
31
32
_T = TypeVar("_T")
0 commit comments