From 72a0800a0e3b71ced4c8df308a1c15fc78789fdd Mon Sep 17 00:00:00 2001 From: sfop Date: Mon, 27 Jun 2016 16:28:42 +0200 Subject: [PATCH] Script execution --- script/local.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script/local.py b/script/local.py index f003860..ec685d8 100755 --- a/script/local.py +++ b/script/local.py @@ -189,3 +189,4 @@ def add_convex_hull_plot(title, x,y, name=None, clear = False, x_range = None, y hull.setLineWidth(2) hull.setData(hx,hy) hull.setColor(s.color) + return [hx,hy]