Script execution

This commit is contained in:
sfop
2016-06-16 17:21:41 +02:00
parent 0dac541532
commit 43876d499e

View File

@@ -18,7 +18,7 @@ def add_plot(x,y, name=None):
bb = LinePlotSeries(name + " BBox")
p.addSeries(bb)
bb.setColor(s.getColor())
bb.setLineWidth(3)
bb.setLineWidth(2)
bb.setData([x1,x2, x2, x1, x1], [y1, y1, y2, y2, x1])