Script execution
This commit is contained in:
@@ -177,7 +177,7 @@ def add_convex_hull_plot(title, x,y, name=None, clear = False):
|
||||
#In the first time the plot shows, it takes some time for the color to be assigned
|
||||
while s.color is None:
|
||||
time.sleep(0.001)
|
||||
hull = LinePlotSeries("Hull", s.color)
|
||||
hull = LinePlotSeries(name + "Hull", s.color)
|
||||
p.addSeries(hull)
|
||||
#Bounding box
|
||||
#x1,x2,y1,y2 = min(x), max(x), min(y), max(y)
|
||||
|
||||
Reference in New Issue
Block a user