From dc17d0c8916d5a5c3b66d1eca6d979832a8acbe7 Mon Sep 17 00:00:00 2001 From: Justus Kuhlmann Date: Tue, 29 Apr 2025 16:38:36 +0000 Subject: [PATCH] add linewidth and capsize --- thesis.mplstyle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/thesis.mplstyle b/thesis.mplstyle index ac3f54e..fa6205f 100644 --- a/thesis.mplstyle +++ b/thesis.mplstyle @@ -1,4 +1,6 @@ axes.prop_cycle : cycler(color=["#006BA4", "#FF800E", "#ABABAB", "#595959", "#5F9ED1", "#C85200", "#898989", "#A2C8EC", "#FFBC79", "#CFCFCF"]) text.usetex : true font.size : 10 -font.family : serif \ No newline at end of file +font.family : serif +errorbar.capsize: 3 +lines.linewidth: 1.5