File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 415
415
# e.g. '1f77b4', instead of 1f77b4.
416
416
# See also https://matplotlib.org/tutorials/intermediate/color_cycle.html
417
417
# 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
421
418
#axes.xmargin: .05 # x margin. See `axes.Axes.margins`
422
419
#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.
423
423
#polaraxes.grid: True # display grid on polar axes
424
424
#axes3d.grid: True # display grid on 3D axes
425
425
You can’t perform that action at this time.
0 commit comments