msall fixes for lines and capsize
This commit is contained in:
parent
4540eb22aa
commit
32928d51d6
2 changed files with 4 additions and 4 deletions
|
|
@ -4,4 +4,4 @@ font.size : 10
|
||||||
font.family : serif
|
font.family : serif
|
||||||
errorbar.capsize: 3
|
errorbar.capsize: 3
|
||||||
lines.linewidth: 1.5
|
lines.linewidth: 1.5
|
||||||
lines.linestyle: None
|
lines.linestyle: dashed
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,6 @@ axes.prop_cycle : cycler(color=["#006BA4", "#FF800E", "#ABABAB", "#595959", "#5F
|
||||||
text.usetex : true
|
text.usetex : true
|
||||||
font.size : 16
|
font.size : 16
|
||||||
font.family : serif
|
font.family : serif
|
||||||
errorbar.capsize: 5
|
errorbar.capsize: 3
|
||||||
lines.linewidth: 2
|
lines.linewidth: 1
|
||||||
lines.linestyle: None
|
lines.linestyle: dashed
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue