8000 Merge pull request #16355 from elehcim/patch-1 · matplotlib/matplotlib@cc96303 · GitHub
[go: up one dir, main page]

Skip to content

Commit cc96303

Browse files
authored
Merge pull request #16355 from elehcim/patch-1
typo in `ticker.ScalarFormatter` doc
2 parents 01e267c + 651e335 commit cc96303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/ticker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ class ScalarFormatter(Formatter):
504504
505505
If ``useOffset == True`` and the data range is much smaller than the data
506506
average, then an offset will be determined such that the tick labels
507-
are meaningful. Scientific notation is used for ``data < 10^-n`` or
507+
are meaningful. Scientific notation is used for ``data < 10^n`` or
508508
``data >= 10^m``, where ``n`` and ``m`` are the power limits set using
509509
``set_powerlimits((n, m))``, defaulting to :rc:`axes.formatter.limits`.
510510
"""

0 commit comments

Comments
 (0)
0