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 534dc2b commit a863384Copy full SHA for a863384
lib/matplotlib/figure.pyi
@@ -6,7 +6,8 @@ import numpy as np
6
from numpy.typing import ArrayLike
7
8
from matplotlib.artist import Artist
9
-from matplotlib.axes import Axes, Axes3D
+from matplotlib.axes import Axes
10
+from matplotlib.axes3d import Axes3D
11
from matplotlib.backend_bases import (
12
FigureCanvasBase,
13
MouseButton,
0 commit comments