Skip to content

Commit

Permalink
Fix transparent graph
Browse files Browse the repository at this point in the history
Co-Authored-By: TF-Ingolstadt <195639961+tf-ingolstadt@users.noreply.github.com>
  • Loading branch information
alexbelgium and TF-Ingolstadt committed Mar 2, 2025
1 parent 33e2cb9 commit 85cdb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/daily_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 85cdb34

Please sign in to comment.