Fix transparent graph
Co-Authored-By: TF-Ingolstadt <195639961+tf-ingolstadt@users.noreply.github.com>
This commit is contained in:
@@ -84,7 +84,7 @@ def create_plot(df_plt_today, now, is_top=None):
|
|||||||
if conf['COLOR_SCHEME'] == "dark":
|
if conf['COLOR_SCHEME'] == "dark":
|
||||||
facecolor = 'darkgrey'
|
facecolor = 'darkgrey'
|
||||||
else:
|
else:
|
||||||
facecolor = 'none'
|
facecolor = '#77C487'
|
||||||
|
|
||||||
f, axs = plt.subplots(1, 2, figsize=(10, height), gridspec_kw=dict(width_ratios=[3, 6]), facecolor=facecolor)
|
f, axs = plt.subplots(1, 2, figsize=(10, height), gridspec_kw=dict(width_ratios=[3, 6]), facecolor=facecolor)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user