changing plotstyle

This commit is contained in:
wendtalexander 2023-01-19 10:52:02 +01:00
parent 7eb81eb99d
commit ef0c92bb61

View File

@ -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