Thanks to visit codestin.com Credit goes to github.com
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 cfe5ca6 commit 3249383Copy full SHA for 3249383
1 file changed
lib/matplotlib/ticker.py
@@ -355,7 +355,7 @@ def set_powerlimits(self, lims):
355
'''
356
Sets size thresholds for scientific notation.
357
358
- e.g. ``xaxis.set_powerlimits((-3, 4))`` sets the pre-2007 default in
+ e.g. ``formatter.set_powerlimits((-3, 4))`` sets the pre-2007 default in
359
which scientific notation is used for numbers less than
360
1e-3 or greater than 1e4.
361
See also :meth:`set_scientific`.
0 commit comments