Script execution

This commit is contained in:
sfop
2016-06-27 16:58:18 +02:00
parent 417e94655a
commit bf512419fd
+1 -1
View File
@@ -174,7 +174,7 @@ def add_convex_hull_plot(title, x,y, name=None, clear = False, x_range = None, y
s.setLinesVisible(False)
s.setPointSize(3)
s.setData(to_array(x,'d') , to_array(y,'d'))
p.update(False)
p.repaint()
#Convex Hull
#In the first time the plot shows, it takes some time for the color to be assigned