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

Skip to content

Commit 5465a81

Browse files
authored
Fix reference to y axis
1 parent 50a9695 commit 5465a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/users/next_whats_new/2018_01_25_scale_axis_by_factor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ To scale an axis by a fixed order of magnitude, set the *scilimits* argument of
66
the y axis by a million (1e6), use ``ax.ticklabel_format(style='sci', scilimits=(6, 6), axis='y')``.
77

88
The behavior of ``scilimits=(0, 0)`` is unchanged. With this setting, matplotlib will adjust
9-
the order of magnitude depending on the y values, rather than keeping it fixed. Previously, setting
9+
the order of magnitude depending on the axis values, rather than keeping it fixed. Previously, setting
1010
``scilimits=(m, m)`` was equivalent to setting ``scilimits=(0, 0)``.

0 commit comments

Comments
 (0)