Script execution
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user