mirror of
https://github.com/brendanhaines/ECEN5458_Project.git
synced 2024-11-09 21:14:47 -07:00
make colors more uniform
This commit is contained in:
parent
137f8e01c7
commit
9c5ad4889e
|
@ -77,8 +77,8 @@ brightness_plot.line('sensor', 'brightness', source=brightness_plot_source, line
|
||||||
brightness_plot.circle('sensor', 'brightness', source=brightness_plot_source, size=8, fill_color="white", line_width=2)
|
brightness_plot.circle('sensor', 'brightness', source=brightness_plot_source, size=8, fill_color="white", line_width=2)
|
||||||
|
|
||||||
time_plot = figure(plot_height=400, plot_width=800, y_range=[-1, 1])
|
time_plot = figure(plot_height=400, plot_width=800, y_range=[-1, 1])
|
||||||
time_plot.line('t', 'e', source=time_plot_source, line_width=3, line_alpha=0.6, legend_label="e(t)", line_color = 'blue')
|
time_plot.line('t', 'e', source=time_plot_source, line_width=3, line_alpha=0.6, legend_label="e(t)")
|
||||||
time_plot.line('t', 'c', source=time_plot_source, line_width=3, line_alpha=0.6, legend_label="c(t)", line_color = 'green')
|
time_plot.line('t', 'c', source=time_plot_source, line_width=3, line_alpha=0.6, legend_label="c(t)", line_color = "green")
|
||||||
|
|
||||||
# Callback functions
|
# Callback functions
|
||||||
def update_plots(attrname=None, old=None, new=None):
|
def update_plots(attrname=None, old=None, new=None):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user