From 01b2305d4d2f5683f8c7580d6ddad220792bf948 Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Wed, 16 Feb 2022 07:52:31 -0500 Subject: [PATCH] changed background color to blend with page --- scripts/daily_plot.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/daily_plot.py b/scripts/daily_plot.py index 2240314..e417ee3 100755 --- a/scripts/daily_plot.py +++ b/scripts/daily_plot.py @@ -58,8 +58,7 @@ pal = "Greens" #Set up plot axes and titles # f, axs = plt.subplots(1, 3, figsize = (10, 4), gridspec_kw=dict(width_ratios=[3, 2, 5])) - -f, axs = plt.subplots(1, 2, figsize = (10, 4), gridspec_kw=dict(width_ratios=[3, 6])) +f, axs = plt.subplots(1, 2, figsize = (10, 4), gridspec_kw=dict(width_ratios=[3, 6]), facecolor='#77C487') plt.subplots_adjust(left=None, bottom=None, right=None, top=None, wspace=0, hspace=0) #generate y-axis order for all figures based on frequency