add marker to cycler, better colors for colorblind
This commit is contained in:
parent
32928d51d6
commit
f78c211a85
3 changed files with 3 additions and 2 deletions
|
|
@ -2,3 +2,4 @@
|
|||
|
||||
This is a collection of style sheets for my thesis and other occasions where I have presented plots from lattice QCD.
|
||||
|
||||
A helpful adress for these things is https://projects.susielu.com/viz-palette as to check whether the crieteria are indeed fulfilled.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
axes.prop_cycle : cycler(color=["#006BA4", "#FF800E", "#ABABAB", "#595959", "#5F9ED1", "#C85200", "#898989", "#A2C8EC", "#FFBC79", "#CFCFCF"])
|
||||
axes.prop_cycle : (cycler(color=[ "#006ba4", "#ff800e", "#e9e65b", "#595959", "#c268c4", "#c85200", "#898989", "#82a4c4", "#ffbc79", "#d07676" ]) + cycler(marker=["o","x","^","v","s","p","*","D","d","h"]))
|
||||
text.usetex : true
|
||||
font.size : 10
|
||||
font.family : serif
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
axes.prop_cycle : cycler(color=["#006BA4", "#FF800E", "#ABABAB", "#595959", "#5F9ED1", "#C85200", "#898989", "#A2C8EC", "#FFBC79", "#CFCFCF"])
|
||||
axes.prop_cycle : (cycler(color=[ "#006ba4", "#ff800e", "#e9e65b", "#595959", "#c268c4", "#c85200", "#898989", "#82a4c4", "#ffbc79", "#d07676" ]) + cycler(marker=["o","x","^","v","s","p","*","D","d","h"]))
|
||||
text.usetex : true
|
||||
font.size : 16
|
||||
font.family : serif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue