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 bda958a commit 95cf154Copy full SHA for 95cf154
lib/matplotlib/widgets.pyi
@@ -64,7 +64,7 @@ class SliderBase(AxesWidget):
64
valmax: float
65
valstep: float | ArrayLike | None
66
drag_active: bool
67
- valfmt: str
+ valfmt: str | None
68
def __init__(
69
self,
70
ax: Axes,
@@ -73,7 +73,7 @@ class SliderBase(AxesWidget):
73
closedmax: bool,
74
valmin: float,
75
valmax: float,
76
- valfmt: str,
+ valfmt: str | None,
77
dragging: Slider | None,
78
valstep: float | ArrayLike | None,
79
) -> None: ...
0 commit comments