Script execution
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user