add marker to cycler, better colors for colorblind

This commit is contained in:
Justus Kuhlmann 2026-03-27 15:37:26 +01:00
commit f78c211a85
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6
3 changed files with 3 additions and 2 deletions

View file

@ -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. 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.

View file

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