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

Skip to content

Commit 6363106

Browse files
anntzerMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
Backport PR #12599: Fix formatting of docstring
1 parent 153bacf commit 6363106

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/axes/_base.py

Lines 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)