Thanks to visit codestin.com Credit goes to github.com
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 a3ec8b0 + e67f7d1 commit 4fad114Copy full SHA for 4fad114
1 file changed
lib/matplotlib/axes.py
@@ -2205,7 +2205,7 @@ def ticklabel_format(self, **kwargs):
2205
*scilimits* (m, n), pair of integers; if *style*
2206
is 'sci', scientific notation will
2207
be used for numbers outside the range
2208
- 10`-m`:sup: to 10`n`:sup:.
+ 10`m`:sup: to 10`n`:sup:.
2209
Use (0,0) to include all numbers.
2210
*useOffset* [True | False | offset]; if True,
2211
the offset will be calculated as needed;
0 commit comments