Skip to content

Commit 4385f90

Browse files
committed
TYP:
1 parent 1e4e95d commit 4385f90

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/matplotlib/colorbar.pyi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import matplotlib.spines as mspines
22
from matplotlib import cm, collections, colors, contour, colorizer
33
from matplotlib.axes import Axes
4+
from matplotlib.axis import Axis
45
from matplotlib.backend_bases import RendererBase
56
from matplotlib.patches import Patch
67
from matplotlib.ticker import Locator, Formatter
@@ -63,6 +64,8 @@ class Colorbar:
6364
location: Literal["left", "right", "top", "bottom"] | None = ...
6465
) -> None: ...
6566
@property
67+
def long_axis(self) -> Axis: ...
68+
@property
6669
def locator(self) -> Locator: ...
6770
@locator.setter
6871
def locator(self, loc: Locator) -> None: ...

0 commit comments

Comments
 (0)