Browse Source

update figure title in HTML output in lm1-hourly-totals.py script.

master
Craig Oates 1 year ago
parent
commit
a87b48108f
  1. 2
      lm1-hourly-totals.py

2
lm1-hourly-totals.py

@ -29,7 +29,7 @@ for month in range(6, 8, 1) :
dates.append(f"2021-0{month}-{d}")
file_data.append(single_file.values[1:])
p = figure(title="Total Hourly Reading for Light Meter 1",
p = figure(title="Total Hourly Reading for Light Meter 1 (Andy)",
x_axis_label="Hour",
y_axis_label="Total Readings",
sizing_mode="stretch_both")

Loading…
Cancel
Save