From 2b24afd2bf15c4e42b8ee0e80d38178555e942b3 Mon Sep 17 00:00:00 2001 From: Justus Kuhlmann Date: Mon, 11 Aug 2025 21:38:29 +0000 Subject: [PATCH] add second style with larger font --- thesis.mplstyle => thesis_1.mplstyle | 1 + thesis_2.mplstyle | 7 +++++++ 2 files changed, 8 insertions(+) rename thesis.mplstyle => thesis_1.mplstyle (91%) create mode 100644 thesis_2.mplstyle diff --git a/thesis.mplstyle b/thesis_1.mplstyle similarity index 91% rename from thesis.mplstyle rename to thesis_1.mplstyle index fa6205f..830bf1d 100644 --- a/thesis.mplstyle +++ b/thesis_1.mplstyle @@ -4,3 +4,4 @@ font.size : 10 font.family : serif errorbar.capsize: 3 lines.linewidth: 1.5 +lines.linestyle: None diff --git a/thesis_2.mplstyle b/thesis_2.mplstyle new file mode 100644 index 0000000..3ed9223 --- /dev/null +++ b/thesis_2.mplstyle @@ -0,0 +1,7 @@ +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: 5 +lines.linewidth: 2 +lines.linestyle: None