From bf512419fd98e15c38b47bb6fe55f11fa492d813 Mon Sep 17 00:00:00 2001 From: sfop Date: Mon, 27 Jun 2016 16:58:18 +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 d00ad1e..b50f6a9 100755 --- a/script/local.py +++ b/script/local.py @@ -174,7 +174,7 @@ def add_convex_hull_plot(title, x,y, name=None, clear = False, x_range = None, y s.setLinesVisible(False) s.setPointSize(3) s.setData(to_array(x,'d') , to_array(y,'d')) - p.update(False) + p.repaint() #Convex Hull #In the first time the plot shows, it takes some time for the color to be assigned