Script execution

This commit is contained in:
x03daop
2017-04-12 12:00:05 +02:00
parent 6668195361
commit e52bb1f45f

View File

@@ -112,7 +112,7 @@ def plot_cur_spectrum():
if spectrum_series is None:
print "create new plot"
names = "Scienta spectrum"
plots = plot(None, names)
plots = plot(None, names, title="Online")
spectrum_series = plots[0].getSeries(0)
y = Scienta.spectrum.take(100)