Skip to content
Snippets Groups Projects
Commit fcf856bc authored by Audun.Hausken's avatar Audun.Hausken
Browse files

Upload New File

parent f02688c0
No related branches found
No related tags found
No related merge requests found
# custom_latex_style.mplstyle
# FIGURE
figure.facecolor: white
figure.dpi: 300
figure.titlesize: 16
figure.titleweight: bold
# LINES
lines.linewidth: 1.5
# PATCHES
patch.facecolor: 0072B2
# LEGEND
legend.fontsize: 16
# TICKS
xtick.direction: out
ytick.direction: out
# FONTS
# Overriding the font to Times
font.family: serif
font.serif: Times
font.weight: bold
font.size: 16
# AXES
axes.grid: False
axes.facecolor: white
axes.linewidth: 1.0
axes.titlesize: 16
axes.titleweight: bold
axes.labelsize: 16
axes.labelweight: bold
axes.spines.top: True
axes.spines.right: True
axes.prop_cycle: cycler('color', ['0072B2', '009E73', 'D55E00', 'CC79A7', 'F0E442', '56B4E9'])
# For using LaTeX backend in matplotlib
text.usetex: True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment