8000
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.
2 parents 01e267c + 651e335 commit cc96303Copy full SHA for cc96303
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