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

Skip to content

Commit 6bdc99f

Browse files
Editing the docstring, making it more consistent to the other parameters that default to None.
Co-authored-by: Ruth Comer <[email protected]>
1 parent 3cf0234 commit 6bdc99f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/axes/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3242,7 +3242,7 @@ def ticklabel_format(self, *, axis='both', style=None, scilimits=None,
32423242
axis : {'x', 'y', 'both'}, default: 'both'
32433243
The axis to configure. Only major ticks are affected.
32443244
3245-
style : {'sci', 'scientific', 'plain'} or None, default: None
3245+
style : {'sci', 'scientific', 'plain'}
32463246
Whether to use scientific notation.
32473247
The formatter default is to use scientific notation.
32483248
'sci' is equivalent to 'scientific'.

0 commit comments

Comments
 (0)