add second style with larger font

This commit is contained in:
Justus Kuhlmann 2025-08-11 21:38:29 +00:00
commit 2b24afd2bf
2 changed files with 8 additions and 0 deletions

View file

@ -4,3 +4,4 @@ font.size : 10
font.family : serif
errorbar.capsize: 3
lines.linewidth: 1.5
lines.linestyle: None

7
thesis_2.mplstyle Normal file
View file

@ -0,0 +1,7 @@
axes.prop_cycle : cycler(color=["#006BA4", "#FF800E", "#ABABAB", "#595959", "#5F9ED1", "#C85200", "#898989", "#A2C8EC", "#FFBC79", "#CFCFCF"])
text.usetex : true
font.size : 16
font.family : serif
errorbar.capsize: 5
lines.linewidth: 2
lines.linestyle: None