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 4fad114

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

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/axes.py

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