Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e67f7d1

Browse files
committed
Fix scilimits docstring in ticklabel_format
1 parent b6cf115 commit e67f7d1

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)