Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 558b2d8

Browse files
committed
Attempting to fix pyplot.py by hand, although this is not encouraged.
1 parent 4c3355d commit 558b2d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/pyplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3953,7 +3953,7 @@ def tick_params(axis: Literal["both", "x", "y"] = "both", **kwargs) -> None:
39533953
def ticklabel_format(
39543954
*,
39553955
axis: Literal["both", "x", "y"] = "both",
3956-
style: Literal["", "sci", "scientific", "plain"] = "",
3956+
style: Literal["", "sci", "scientific", "plain"] | None = None
39573957
scilimits: tuple[int, int] | None = None,
39583958
useOffset: bool | float | None = None,
39593959
useLocale: bool | None = None,

0 commit comments

Comments
 (0)