update plot name

This commit is contained in:
Brendan Haines 2020-03-02 19:45:52 -07:00
parent 3a094e44d3
commit 5aaf2f90d7

View File

@ -94,7 +94,7 @@ cal_black_button.on_click(cal_black)
controls = column(cal_white_button, cal_black_button) controls = column(cal_white_button, cal_black_button)
curdoc().add_root(row(controls, plot, width=800)) curdoc().add_root(row(controls, brightness_plot, time_plot, width=800))
curdoc().title = "TriangleBot Control Panel" curdoc().title = "TriangleBot Control Panel"
curdoc().add_periodic_callback(update_plots, 250) curdoc().add_periodic_callback(update_plots, 250)