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

Skip to content

Fix doc build and resync matplotlibrc.template with actual defaults. #15108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/api/next_api_changes/2019-07-18-SL.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Reduced default value of `axes.formatter.limits`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reduced default value of :rc:`axes.formatter.limits`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Changed the default value of `axes.formatter.limits` from -7, 7 to -5, 6 for better readability.
Changed the default value of :rc:`axes.formatter.limits` from -7, 7 to -5, 6 for better readability.
2 changes: 1 addition & 1 deletion matplotlibrc.template
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
## - above patches but below lines ('line')
## - above all (False)

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