diff --git a/script/local.py b/script/local.py index cf9139a..fec92b7 100755 --- a/script/local.py +++ b/script/local.py @@ -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)