Browse Source

add title property to HTML file outputted by daily-totals.py script.

master
Craig Oates 1 year ago
parent
commit
922f5e0d81
  1. 2
      daily-totals.py

2
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)

Loading…
Cancel
Save