Compare commits

...

2 commits

Author SHA1 Message Date
32928d51d6
msall fixes for lines and capsize 2026-03-11 17:46:30 +01:00
4540eb22aa
add new stylefiles for papers 2026-03-11 17:44:08 +01:00
4 changed files with 31 additions and 4 deletions

14
paper_ca_1.mplstyle Normal file
View file

@ -0,0 +1,14 @@
axes.prop_cycle : cycler(color=["#006BA4", "#FF800E", "#ABABAB", "#595959", "#5F9ED1", "#C85200", "#898989", "#A2C8EC", "#FFBC79", "#CFCFCF"])
text.usetex : true
font.size : 10
font.family : serif
errorbar.capsize: 3
lines.linewidth: 1.5
lines.linestyle: dashed
axes.grid: True
grid.color: 0.8
grid.linestyle: -
grid.linewidth: 0.8
grid.alpha: 1.0

13
paper_ca_2.mplstyle Normal file
View file

@ -0,0 +1,13 @@
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: 3
lines.linewidth: 1
lines.linestyle: dashed
axes.grid: True
grid.color: 0.8
grid.linestyle: -
grid.linewidth: 0.8
grid.alpha: 1.0

View file

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

View file

@ -2,6 +2,6 @@ axes.prop_cycle : cycler(color=["#006BA4", "#FF800E", "#ABABAB", "#595959", "#5F
text.usetex : true
font.size : 16
font.family : serif
errorbar.capsize: 5
lines.linewidth: 2
lines.linestyle: None
errorbar.capsize: 3
lines.linewidth: 1
lines.linestyle: dashed