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

Skip to content

Commit fc31e85

Browse files
authored
Merge pull request #19511 from anntzer/autolimit_mode
Clarify axes.autolimit_mode rcParam.
2 parents 7e3cef3 + ce1ad0f commit fc31e85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

matplotlibrc.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -415,11 +415,11 @@
415415
# e.g. '1f77b4', instead of 1f77b4.
416416
# See also https://matplotlib.org/tutorials/intermediate/color_cycle.html
417417
# for more details on prop_cycle usage.
418-
#axes.autolimit_mode: data # How to scale axes limits to the data. By using:
419-
# - "data" to use data limits, plus some margin
420-
# - "round_numbers" move to the nearest "round" number
421418
#axes.xmargin: .05 # x margin. See `axes.Axes.margins`
422419
#axes.ymargin: .05 # y margin. See `axes.Axes.margins`
420+
#axes.autolimit_mode: data # If "data", use axes.xmargin and axes.ymargin as is.
421+
# If "round_numbers", after application of margins, axis
422+
# limits are further expanded to the nearest "round" number.
423423
#polaraxes.grid: True # display grid on polar axes
424424
#axes3d.grid: True # display grid on 3D axes
425425

0 commit comments

Comments
 (0)