From b07d2e18f5a1bce71fff47e9a34ad0c8832ff2fa Mon Sep 17 00:00:00 2001 From: sfop Date: Thu, 16 Jun 2016 16:58:11 +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 b2ccde4..d85b1f9 100644 --- a/script/test/MultiplePlot.py +++ b/script/test/MultiplePlot.py @@ -7,7 +7,7 @@ def add_plot(x,y, name=None): global p plots = get_plots(title = title) if len(plots)==0: - p = plot(None,name="Data 1")[0] + p = plot(None,name=name, title = title)[0] p.setLegendVisible(True) else: p = plots[0]