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

Skip to content

Commit 7c816c5

Browse files
authored
Merge pull request #15108 from anntzer/formatterlimits
Fix doc build and resync matplotlibrc.template with actual defaults.
2 parents 1e6946c + 1f2ae51 commit 7c816c5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Reduced default value of `axes.formatter.limits`
2-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1+
Reduced default value of :rc:`axes.formatter.limits`
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33

4-
Changed the default value of `axes.formatter.limits` from -7, 7 to -5, 6 for better readability.
4+
Changed the default value of :rc:`axes.formatter.limits` from -7, 7 to -5, 6 for better readability.

matplotlibrc.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
## - above patches but below lines ('line')
373373
## - above all (False)
374374

375-
#axes.formatter.limits : -7, 7 ## use scientific notation if log10
375+
#axes.formatter.limits : -5, 6 ## use scientific notation if log10
376376
## of the axis range is smaller than the
377377
## first or larger than the second
378378
#axes.formatter.use_locale : False ## When True, format tick labels

0 commit comments

Comments
 (0)