even better colors for colorblind
This commit is contained in:
parent
f78c211a85
commit
9df0c0f804
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
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"]))
|
||||
axes.prop_cycle : (cycler(color=[ "#006ba4", "#ff800e", "#e9e65b", "#9d0e51", "#c268c4", "#a56333", "#00461a", "#96c1e9", "#ffbc79", "#d02424" ]) + 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", "#e9e65b", "#595959", "#c268c4", "#c85200", "#898989", "#82a4c4", "#ffbc79", "#d07676" ]) + cycler(marker=["o","x","^","v","s","p","*","D","d","h"]))
|
||||
axes.prop_cycle : (cycler(color=[ "#006ba4", "#ff800e", "#e9e65b", "#9d0e51", "#c268c4", "#a56333", "#00461a", "#96c1e9", "#ffbc79", "#d02424" ]) + 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