8000
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 da898ee commit 0fd714aCopy full SHA for 0fd714a
lib/matplotlib/backend_bases.pyi
@@ -429,7 +429,7 @@ class NavigationToolbar2:
429
430
class _PanInfo(NamedTuple):
431
button: MouseButton
432
- axes: Axes
+ axes: list[Axes]
433
cid: int
434
def press_pan(self, event: Event) -> None: ...
435
def drag_pan(self, event: Event) -> None: ...
@@ -439,7 +439,7 @@ class NavigationToolbar2:
439
class _ZoomInfo(NamedTuple):
440
direction: Literal["in", "out"]
441
start_xy: tuple[float, float]
442
443
444
cbar: Colorbar
445
def press_zoom(self, event: Event) -> None: ...
0 commit comments