diff --git a/scripts/daily_plot.py b/scripts/daily_plot.py index 9e4f9d7e0..6384525d3 100755 --- a/scripts/daily_plot.py +++ b/scripts/daily_plot.py @@ -169,7 +169,7 @@ def create_plot(df_plt_today, now, is_top=None): plot.set(xlabel="Hour of Day") # Set combined plot layout and titles y = 1 - 8 / (height * 100) - plt.suptitle(f"{plot_type} {readings} Last Updated: {now.strftime('%Y-%m-%d %H:%M')}", y=y) + plt.suptitle(f"Hourly overview for {date[:10]}\n{plot_type} {readings} species, {df_plt_today.shape[0]} detections today, updated {date[11:]}", y=y) f.tight_layout() top = 1 - 40 / (height * 100) f.subplots_adjust(left=0.125, right=0.9, top=top, wspace=0)