add second style with larger font
This commit is contained in:
parent
dc17d0c891
commit
2b24afd2bf
2 changed files with 8 additions and 0 deletions
|
@ -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
7
thesis_2.mplstyle
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue