From ef0c92bb611e6b870762724bf8cecf23963d1a76 Mon Sep 17 00:00:00 2001 From: wendtalexander Date: Thu, 19 Jan 2023 10:52:02 +0100 Subject: [PATCH] changing plotstyle --- code/modules/plotstyle.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/plotstyle.py b/code/modules/plotstyle.py index 9e382a7..79886dc 100644 --- a/code/modules/plotstyle.py +++ b/code/modules/plotstyle.py @@ -231,8 +231,8 @@ def PlotStyle() -> None: plt.rcParams["legend.fancybox"] = False # specify the custom font to use - plt.rcParams["font.family"] = "sans-serif" - plt.rcParams["font.sans-serif"] = "Helvetica Now Text" + #plt.rcParams["font.family"] = "sans-serif" + #plt.rcParams["font.sans-serif"] = "Helvetica Now Text" # dark mode modifications plt.rcParams["boxplot.flierprops.color"] = white