From 43876d499eb57437182bc8b305010dfccd3ef1ca Mon Sep 17 00:00:00 2001 From: sfop Date: Thu, 16 Jun 2016 17:21:41 +0200 Subject: [PATCH] Script execution --- script/test/MultiplePlot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test/MultiplePlot.py b/script/test/MultiplePlot.py index e4d7d0a..4cf00d5 100644 --- a/script/test/MultiplePlot.py +++ b/script/test/MultiplePlot.py @@ -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])