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

Skip to content

Commit 60b9499

Browse files
authored
Refine according to comment
1 parent dbdddda commit 60b9499

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
@@ -2764,10 +2764,10 @@ def ticklabel_format(self, *, axis='both', style='', scilimits=None,
27642764
*scilimits* (m, n), pair of integers; if *style*
27652765
is 'sci', scientific notation will
27662766
be used for numbers outside the range
2767-
10\ :sup:`m`\ to 10\ :sup:`n`\ .
2767+
10\ :sup:`m` to 10\ :sup:`n`.
27682768
Use (0,0) to include all numbers.
27692769
Use (m,m) where m <> 0 to fix the order
2770-
of magnitude to 10\ :sup:`m`:\ .
2770+
of magnitude to 10\ :sup:`m`.
27712771
*useOffset* [ bool | offset ]; if True,
27722772
the offset will be calculated as needed;
27732773
if False, no offset will be used; if a

0 commit comments

Comments
 (0)