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

Skip to content

Commit 02af02b

Browse files
committed
DOC: add reference to rcParams for axes.formatter.limits
1 parent f5e2f36 commit 02af02b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/matplotlib/ticker.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,8 @@ def set_powerlimits(self, lims):
665665
scientific notation will be used if ``exp <= min_exp`` or
666666
``exp >= max_exp``.
667667
668+
The default limits are controlled by :rc:`axes.formatter.limits`.
669+
668670
In particular numbers with *exp* equal to the thresholds are
669671
written in scientific notation.
670672

0 commit comments

Comments
 (0)