File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ class _AxesBase(martist.Artist):
75
75
xscale : str | ScaleBase | None = ...,
76
76
yscale : str | ScaleBase | None = ...,
77
77
box_aspect : float | None = ...,
78
+ forward_navigation_events : bool | Literal ["auto" ] = ...,
78
79
** kwargs
79
80
) -> None : ...
80
81
def get_subplotspec (self ) -> SubplotSpec | None : ...
@@ -363,6 +364,8 @@ class _AxesBase(martist.Artist):
363
364
def can_pan (self ) -> bool : ...
364
365
def get_navigate (self ) -> bool : ...
365
366
def set_navigate (self , b : bool ) -> None : ...
367
+ def get_forward_navigation_events (self ) -> bool | Literal ["auto" ]: ...
368
+ def set_forward_navigation_events (self , forward : bool | Literal ["auto" ]) -> None : ...
366
369
def get_navigate_mode (self ) -> Literal ["PAN" , "ZOOM" ] | None : ...
367
370
def set_navigate_mode (self , b : Literal ["PAN" , "ZOOM" ] | None ) -> None : ...
368
371
def start_pan (self , x : float , y : float , button : MouseButton ) -> None : ...
You can’t perform that action at this time.
0 commit comments