Script execution

This commit is contained in:
sfop
2016-06-27 16:47:38 +02:00
parent 8118dc8c7e
commit 819a58a483
+2
View File
@@ -170,10 +170,12 @@ def add_convex_hull_plot(title, x,y, name=None, clear = False, x_range = None, y
if clear:
p.clear()
p.addSeries(LinePlotSeries(name))
p.update(False)
s = p.getSeries(name)
s.setLinesVisible(False)
s.setPointSize(3)
s.setData(to_array(x,'d') , to_array(y,'d'))
#Convex Hull
#In the first time the plot shows, it takes some time for the color to be assigned