Script execution

This commit is contained in:
sfop
2016-06-17 13:55:22 +02:00
parent 180af6a754
commit 4c9e1616ab

View File

@@ -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)