From 819a58a4832ea3266e6e509b76be131a35e2488b Mon Sep 17 00:00:00 2001 From: sfop Date: Mon, 27 Jun 2016 16:47:38 +0200 Subject: [PATCH] Script execution --- script/local.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/local.py b/script/local.py index e0910c7..08e8d84 100755 --- a/script/local.py +++ b/script/local.py @@ -170,10 +170,12 @@ def add_convex_hull_plot(title, x,y, name=None, clear = False, x_range = None, y if clear: p.clear() p.addSeries(LinePlotSeries(name)) + p.update(False) s = p.getSeries(name) s.setLinesVisible(False) s.setPointSize(3) s.setData(to_array(x,'d') , to_array(y,'d')) + #Convex Hull #In the first time the plot shows, it takes some time for the color to be assigned