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 3d7b644 commit d2adb8dCopy full SHA for d2adb8d
lib/matplotlib/backend_bases.pyi
@@ -22,17 +22,16 @@ from collections.abc import Callable, Iterable, Sequence
22
from typing import Any, IO, Literal, NamedTuple, TypeVar, overload
23
from numpy.typing import ArrayLike
24
from .typing import (
25
- ColorType,
26
- LineStyleType,
27
CapStyleType,
+ CloseEventType,
+ ColorType,
28
+ DrawEventType,
29
JoinStyleType,
- MouseEventType,
30
KeyEventType,
31
- DrawEventType,
+ LineStyleType,
32
+ MouseEventType,
33
PickEventType,
34
ResizeEventType,
- CloseEventType,
35
- EventType
36
)
37
38
def register_backend(
@@ -388,9 +387,6 @@ class FigureCanvasBase:
388
387
389
@overload
390
def mpl_connect(self, s: DrawEventType, func: Callable[[DrawEvent], Any]) -> int: ...
391
-
392
- @overload
393
- def mpl_connect(self, s: EventType, func: Callable[[Event], Any]) -> int: ...
394
def mpl_disconnect(self, cid: int) -> None: ...
395
def new_timer(
396
self,
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments