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