Fix transparent graph

Co-Authored-By: TF-Ingolstadt <195639961+tf-ingolstadt@users.noreply.github.com>
This commit is contained in:
Alexandre
2025-03-02 22:02:18 +01:00
committed by Nachtzuster
parent 61389cf160
commit 2555eb10e3
+1 -1
View File
@@ -84,7 +84,7 @@ def create_plot(df_plt_today, now, is_top=None):
if conf['COLOR_SCHEME'] == "dark":
facecolor = 'darkgrey'
else:
facecolor = 'none'
facecolor = '#77C487'
f, axs = plt.subplots(1, 2, figsize=(10, height), gridspec_kw=dict(width_ratios=[3, 6]), facecolor=facecolor)