Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a9695 commit 5465a81Copy full SHA for 5465a81
doc/users/next_whats_new/2018_01_25_scale_axis_by_factor.rst
@@ -6,5 +6,5 @@ To scale an axis by a fixed order of magnitude, set the *scilimits* argument of
6
the y axis by a million (1e6), use ``ax.ticklabel_format(style='sci', scilimits=(6, 6), axis='y')``.
7
8
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
+the order of magnitude depending on the axis values, rather than keeping it fixed. Previously, setting
10
``scilimits=(m, m)`` was equivalent to setting ``scilimits=(0, 0)``.
0 commit comments