8000 Revert scilimits = single int change · matplotlib/matplotlib@2188177 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2188177

Browse files
authored
Revert scilimits = single int change
1 parent 3260e70 commit 2188177

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
Ability to scale axis by a fixed order of magnitude
22
---------------------------------------------------
33

4-
To scale an axis by a fixed order of magnitude, set the *scilimits* argument
5-
of ``Axes.ticklabel_format`` to the desired order of magnitude. Say to scale
6-
the y axis by a million (1e6), use ``ax.ticklabel_format(style='sci', scilimits=6, axis='y')``
7-
[or equivalently ``scilimits=(6, 6)``].
4+
To scale an axis by a fixed order of magnitude, set the *scilimits* argument of
5+
``Axes.ticklabel_format`` to the same (non-zero) lower and upper limits. Say to scale
6+
the y axis by a million (1e6), use ``ax.ticklabel_format(style='sci', scilimits=(6, 6), axis='y')``.

0 commit comments

Comments
 (0)
0