Skip to content

Commit 67e0226

Browse files
authored
Update axis.pyi
1 parent 82229fb commit 67e0226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axis.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class Tick(martist.Artist):
4848
label2On: bool = ...,
4949
major: bool = ...,
5050
labelrotation: float = ...,
51-
labelrotation_mode: Literal["default", "anchor", "xtick", "ytick"] = ...,
51+
labelrotation_mode: Literal["default", "anchor", "xtick", "ytick"] | None = ...,
5252
grid_color: ColorType | None = ...,
5353
grid_linestyle: str | None = ...,
5454
grid_linewidth: float | None = ...,

0 commit comments

Comments
 (0)