diff --git a/lm1-hourly-totals.py b/lm1-hourly-totals.py index 6f2b100..9ccf24c 100644 --- a/lm1-hourly-totals.py +++ b/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")