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]