Script execution
This commit is contained in:
@@ -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])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user