Script execution

This commit is contained in:
sfop
2016-06-16 16:59:15 +02:00
parent b07d2e18f5
commit aeb50ce617
-2
View File
@@ -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]