From 60d2905b3a244106852097eb3817c83a3afa0e94 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Mon, 2 Mar 2020 19:24:17 -0700 Subject: [PATCH] more style changes --- Software/python/hwtest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Software/python/hwtest.py b/Software/python/hwtest.py index c3d34c4..9ea7c5f 100644 --- a/Software/python/hwtest.py +++ b/Software/python/hwtest.py @@ -63,8 +63,8 @@ plt_source = ColumnDataSource(data=plt_data) 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, fill_color="white", line_width=2, line_alpha=0.6) +plot.line('x', 'y', source=plt_source, line_width=3) +plot.circle('x', 'y', source=plt_source, size=8, fill_color="white", line_width=2) def update_plot(attrname=None, old=None, new=None): global brightness