# Enforce a non-interactive backend
backend: Agg

# Set color cycle: blue, green, yellow, red, violet, gray
axes.prop_cycle : cycler('color', ['0C5DA5', '00B945', 'FF9500', 'FF2C00', '845B97', '474747', '9e9e9e'])

# Set default figure size
figure.figsize : 3.5, 2.625

# Set default font size for various elements
axes.labelsize : 15
xtick.labelsize : 12
ytick.labelsize : 12
legend.fontsize: 12
legend.labelspacing:  0.2  # the vertical space between the legend entries
legend.handlelength:  1.0  # the length of the legend lines
legend.handleheight:  1.0  # the height of the legend handle
legend.handletextpad: 0.2  # the space between the legend line and legend text


# Set x axis
xtick.direction : in
xtick.major.size : 3
xtick.major.width : 0.5
xtick.minor.size : 1.5
xtick.minor.width : 0.5
xtick.minor.visible : True
xtick.top : True

# Set y axis
ytick.direction : in
ytick.major.size : 3
ytick.major.width : 0.5
ytick.minor.size : 1.5
ytick.minor.width : 0.5
ytick.minor.visible : True
ytick.right : True


# Set line widths
axes.linewidth : 0.5
grid.linewidth : 0.5
lines.linewidth : 1.

# Remove legend frame
legend.frameon : False

# Always save as 'tight'
savefig.bbox : tight
savefig.pad_inches : 0.05

# Font Family
font.family: STIXGeneral
mathtext.fontset: stix
font.cursive: STIXGeneral
font.sans-serif: Times New Roman
font.size: 20


# Use LaTeX for math formatting
text.usetex : False
