matplotlibrc to newest version

This commit is contained in:
Daniel Bauer
2018-09-28 13:11:04 +02:00
parent 7db7a512c5
commit ad51cca03c

View File

@@ -333,7 +333,7 @@ axes.prop_cycle : cycler('color', ['348ABD', '7A68A6', 'A60628', '467821', 'C
# 467821 : green
patch.facecolor: 0072B2
axes.autolimit_mode : round_number # How to scale axes limits to the data.
axes.autolimit_mode : data # How to scale axes limits to the data.
# Use "data" to use data limits, plus some margin
# Use "round_number" move to the nearest "round" number
axes.xmargin : .00 # x margin. See `axes.Axes.margins`