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