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

Skip to content

Commit 1f2ae51

Browse files
committed
Fix doc build and resync matplotlibrc.template with actual defaults.
1 parent c634e63 commit 1f2ae51

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
@@ -368,7 +368,7 @@
368368
## - above patches but below lines ('line')
369369
## - above all (False)
370370

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

0 commit comments

Comments
 (0)