change line alpha

This commit is contained in:
Brendan Haines 2020-03-02 19:20:31 -07:00
parent db76d4d314
commit ad70a1c3e5

View File

@ -64,7 +64,7 @@ plot = figure(plot_height=400, plot_width=400, title="Reflectivity",
x_range=[0, 7], y_range=[0, 1])
plot.line('x', 'y', source=plt_source, line_width=3, line_alpha=0.6)
plot.circle('x', 'y', source=plt_source, size=8)
plot.circle('x', 'y', source=plt_source, size=8, line_alpha=0.6)
def update_plot(attrname=None, old=None, new=None):
global brightness