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.
ticker.ScalarFormatter
1 parent 5cb84e0 commit 651e335Copy full SHA for 651e335
1 file changed
lib/matplotlib/ticker.py
@@ -504,7 +504,7 @@ class ScalarFormatter(Formatter):
504
505
If ``useOffset == True`` and the data range is much smaller than the data
506
average, then an offset will be determined such that the tick labels
507
- are meaningful. Scientific notation is used for ``data < 10^-n`` or
+ are meaningful. Scientific notation is used for ``data < 10^n`` or
508
``data >= 10^m``, where ``n`` and ``m`` are the power limits set using
509
``set_powerlimits((n, m))``, defaulting to :rc:`axes.formatter.limits`.
510
"""
0 commit comments