Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cc96303

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/ticker.py

Copy file name to clipboardExpand all lines: lib/matplotlib/ticker.py
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.