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 65bceb1

Browse filesBrowse files
authored
Merge pull request #12602 from meeseeksmachine/auto-backport-of-pr-12599-on-v3.0.x
Backport PR #12599 on branch v3.0.x (Fix formatting of docstring)
2 parents 153bacf + 6363106 commit 65bceb1
Copy full SHA for 65bceb1

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎lib/matplotlib/axes/_base.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2745,10 +2745,10 @@ def ticklabel_format(self, *, axis='both', style='', scilimits=None,
27452745
*scilimits* (m, n), pair of integers; if *style*
27462746
is 'sci', scientific notation will
27472747
be used for numbers outside the range
2748-
10`m`:sup: to 10`n`:sup:.
2748+
10\ :sup:`m` to 10\ :sup:`n`.
27492749
Use (0,0) to include all numbers.
27502750
Use (m,m) where m <> 0 to fix the order
2751-
of magnitude to 10`m`:sup:.
2751+
of magnitude to 10\ :sup:`m`.
27522752
*useOffset* [ bool | offset ]; if True,
27532753
the offset will be calculated as needed;
27542754
if False, no offset will be used; if a

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.