From 4c9e1616abe4e91e264a84aa2ba1820e2baf8929 Mon Sep 17 00:00:00 2001 From: sfop Date: Fri, 17 Jun 2016 13:55:22 +0200 Subject: [PATCH] Script execution --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)