From f78c211a854db9d232e2d87fe6604c373d1ff0e2 Mon Sep 17 00:00:00 2001 From: Justus Kuhlmann Date: Fri, 27 Mar 2026 15:37:26 +0100 Subject: [PATCH] add marker to cycler, better colors for colorblind --- README.md | 1 + paper_ca_1.mplstyle | 2 +- paper_ca_2.mplstyle | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b43012..2178ce9 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/paper_ca_1.mplstyle b/paper_ca_1.mplstyle index 95c5515..c4f554a 100644 --- a/paper_ca_1.mplstyle +++ b/paper_ca_1.mplstyle @@ -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 diff --git a/paper_ca_2.mplstyle b/paper_ca_2.mplstyle index b2e86b7..088e445 100644 --- a/paper_ca_2.mplstyle +++ b/paper_ca_2.mplstyle @@ -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