Script execution

This commit is contained in:
sfop
2016-06-27 16:28:42 +02:00
parent 573db41ab2
commit 72a0800a0e

View File

@@ -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]