From aeb50ce617354e594e442524c513e440a654762c Mon Sep 17 00:00:00 2001 From: sfop Date: Thu, 16 Jun 2016 16:59:15 +0200 Subject: [PATCH] Script execution --- script/test/MultiplePlot.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/script/test/MultiplePlot.py b/script/test/MultiplePlot.py index d85b1f9..f327460 100644 --- a/script/test/MultiplePlot.py +++ b/script/test/MultiplePlot.py @@ -1,10 +1,8 @@ import random title = "test" -p = None def add_plot(x,y, name=None): global title - global p plots = get_plots(title = title) if len(plots)==0: p = plot(None,name=name, title = title)[0]