Compare commits
2 commits
2b24afd2bf
...
32928d51d6
| Author | SHA1 | Date | |
|---|---|---|---|
|
32928d51d6 |
|||
|
4540eb22aa |
4 changed files with 31 additions and 4 deletions
14
paper_ca_1.mplstyle
Normal file
14
paper_ca_1.mplstyle
Normal 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
13
paper_ca_2.mplstyle
Normal 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
|
||||||
|
|
@ -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