even better colors for colorblind

This commit is contained in:
Justus Kuhlmann 2026-03-27 15:42:50 +01:00
commit 9df0c0f804
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6
2 changed files with 2 additions and 2 deletions

View file

@ -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 text.usetex : true
font.size : 10 font.size : 10
font.family : serif font.family : serif

View file

@ -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 text.usetex : true
font.size : 16 font.size : 16
font.family : serif font.family : serif