From 4540eb22aa309149f22e7d06f65197002c92909b Mon Sep 17 00:00:00 2001 From: Justus Kuhlmann Date: Wed, 11 Mar 2026 17:44:08 +0100 Subject: [PATCH 1/2] add new stylefiles for papers --- paper_ca_1.mplstyle | 14 ++++++++++++++ paper_ca_2.mplstyle | 13 +++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 paper_ca_1.mplstyle create mode 100644 paper_ca_2.mplstyle diff --git a/paper_ca_1.mplstyle b/paper_ca_1.mplstyle new file mode 100644 index 0000000..95c5515 --- /dev/null +++ b/paper_ca_1.mplstyle @@ -0,0 +1,14 @@ +axes.prop_cycle : cycler(color=["#006BA4", "#FF800E", "#ABABAB", "#595959", "#5F9ED1", "#C85200", "#898989", "#A2C8EC", "#FFBC79", "#CFCFCF"]) +text.usetex : true +font.size : 10 +font.family : serif +errorbar.capsize: 3 +lines.linewidth: 1.5 +lines.linestyle: dashed + + +axes.grid: True +grid.color: 0.8 +grid.linestyle: - +grid.linewidth: 0.8 +grid.alpha: 1.0 \ No newline at end of file diff --git a/paper_ca_2.mplstyle b/paper_ca_2.mplstyle new file mode 100644 index 0000000..b2e86b7 --- /dev/null +++ b/paper_ca_2.mplstyle @@ -0,0 +1,13 @@ +axes.prop_cycle : cycler(color=["#006BA4", "#FF800E", "#ABABAB", "#595959", "#5F9ED1", "#C85200", "#898989", "#A2C8EC", "#FFBC79", "#CFCFCF"]) +text.usetex : true +font.size : 16 +font.family : serif +errorbar.capsize: 3 +lines.linewidth: 1 +lines.linestyle: dashed + +axes.grid: True +grid.color: 0.8 +grid.linestyle: - +grid.linewidth: 0.8 +grid.alpha: 1.0 \ No newline at end of file From 32928d51d6b401367a80d86729948f64fedf931e Mon Sep 17 00:00:00 2001 From: Justus Kuhlmann Date: Wed, 11 Mar 2026 17:46:30 +0100 Subject: [PATCH 2/2] msall fixes for lines and capsize --- thesis_1.mplstyle | 2 +- thesis_2.mplstyle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/thesis_1.mplstyle b/thesis_1.mplstyle index 830bf1d..dcba50b 100644 --- a/thesis_1.mplstyle +++ b/thesis_1.mplstyle @@ -4,4 +4,4 @@ font.size : 10 font.family : serif errorbar.capsize: 3 lines.linewidth: 1.5 -lines.linestyle: None +lines.linestyle: dashed diff --git a/thesis_2.mplstyle b/thesis_2.mplstyle index 3ed9223..68bec83 100644 --- a/thesis_2.mplstyle +++ b/thesis_2.mplstyle @@ -2,6 +2,6 @@ axes.prop_cycle : cycler(color=["#006BA4", "#FF800E", "#ABABAB", "#595959", "#5F text.usetex : true font.size : 16 font.family : serif -errorbar.capsize: 5 -lines.linewidth: 2 -lines.linestyle: None +errorbar.capsize: 3 +lines.linewidth: 1 +lines.linestyle: dashed