From 7ed8bf2dc426566dd5b30796e65424451037a82e Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Mon, 2 Mar 2020 19:21:35 -0700 Subject: [PATCH] fix transparency --- Software/python/hwtest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/python/hwtest.py b/Software/python/hwtest.py index 264ba71..51147e7 100644 --- a/Software/python/hwtest.py +++ b/Software/python/hwtest.py @@ -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, line_alpha=0.6) +plot.circle('x', 'y', source=plt_source, size=8, alpha=0.6) def update_plot(attrname=None, old=None, new=None): global brightness