From 922f5e0d8164f79ca898a9d5b50af190165e506e Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Tue, 21 Mar 2023 13:14:31 +0000 Subject: [PATCH] add title property to HTML file outputted by daily-totals.py script. --- daily-totals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daily-totals.py b/daily-totals.py index a215dcf..19258f5 100755 --- a/daily-totals.py +++ b/daily-totals.py @@ -40,5 +40,5 @@ p.line(x='x_values', y='y_values', source=source, p.line(x='x_values2', y='y_values2', source=source, line_color="orange", legend_label="Light Meter 2 (Tony)") -output_file("output/daily-totals.html") +output_file("output/daily-totals.html", title="Daily Totals") save(p)