# https://matplotlib.org/stable/tutorials/introductory/customizing.html#the-matplotlibrc-file
# General fonts
font.family : serif
font.size : 10.0
# Math fonts as standard latex (Computer Modern Roman)
mathtext.fontset : cm
# Plot specificts
# Default to a 2:1 aspect ratio (full width)
figure.figsize : 5.3, 2.65
figure.dpi : 600
# text sizes are float or {'xx-small', 'x-small', 'small', 'medium', 'large', 'x-large', 'xx-large'}
# correspond to a ratio of the font.size setting, medium=font.size in pt
# except that doesn't appear to actually be true!? 10pt here matches 12pt in gimp
axes.titlesize : 9.0
axes.labelsize : 9.0
#lines.linewidth : 1
#lines.markersize : 1
xtick.labelsize : 7.0
ytick.labelsize : 7.0
legend.fontsize: 8.0
pcolor.shading : auto