8000 Merge pull request #1414 from dmcdougall/fix_tickfmt_doc · matplotlib/matplotlib@4fad114 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4fad114

Browse files
committed
Merge pull request #1414 from dmcdougall/fix_tickfmt_doc
Fix scilimits docstring in ticklabel_format
2 parents a3ec8b0 + e67f7d1 commit 4fad114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2205,7 +2205,7 @@ def ticklabel_format(self, **kwargs):
22052205
*scilimits* (m, n), pair of integers; if *style*
22062206
is 'sci', scientific notation will
22072207
be used for numbers outside the range
2208-
10`-m`:sup: to 10`n`:sup:.
2208+
10`m`:sup: to 10`n`:sup:.
22092209
Use (0,0) to include all numbers.
22102210
*useOffset* [True | False | offset]; if True,
22112211
the offset will be calculated as needed;

0 commit comments

Comments
 (0)
0