File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments