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 82229fb commit 67e0226Copy full SHA for 67e0226
lib/matplotlib/axis.pyi
@@ -48,7 +48,7 @@ class Tick(martist.Artist):
48
label2On: bool = ...,
49
major: bool = ...,
50
labelrotation: float = ...,
51
- labelrotation_mode: Literal["default", "anchor", "xtick", "ytick"] = ...,
+ labelrotation_mode: Literal["default", "anchor", "xtick", "ytick"] | None = ...,
52
grid_color: ColorType | None = ...,
53
grid_linestyle: str | None = ...,
54
grid_linewidth: float | None = ...,
0 commit comments