msall fixes for lines and capsize

This commit is contained in:
Justus Kuhlmann 2026-03-11 17:46:30 +01:00
commit 32928d51d6
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6
2 changed files with 4 additions and 4 deletions

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