Closedown

This commit is contained in:
sfop
2016-06-27 17:02:36 +02:00
parent bf512419fd
commit cbcee1919b
3 changed files with 101 additions and 75 deletions
-1
View File
@@ -174,7 +174,6 @@ 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.repaint()
#Convex Hull
#In the first time the plot shows, it takes some time for the color to be assigned