changing plotstyle
This commit is contained in:
parent
7eb81eb99d
commit
ef0c92bb61
@ -231,8 +231,8 @@ def PlotStyle() -> None:
|
|||||||
plt.rcParams["legend.fancybox"] = False
|
plt.rcParams["legend.fancybox"] = False
|
||||||
|
|
||||||
# specify the custom font to use
|
# specify the custom font to use
|
||||||
plt.rcParams["font.family"] = "sans-serif"
|
#plt.rcParams["font.family"] = "sans-serif"
|
||||||
plt.rcParams["font.sans-serif"] = "Helvetica Now Text"
|
#plt.rcParams["font.sans-serif"] = "Helvetica Now Text"
|
||||||
|
|
||||||
# dark mode modifications
|
# dark mode modifications
|
||||||
plt.rcParams["boxplot.flierprops.color"] = white
|
plt.rcParams["boxplot.flierprops.color"] = white
|
||||||
|
Loading…
Reference in New Issue
Block a user