mirror of
https://github.com/brendanhaines/ECEN5458_Project.git
synced 2024-11-09 21:14:47 -07:00
update plot name
This commit is contained in:
parent
3a094e44d3
commit
5aaf2f90d7
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user