Closedown
This commit is contained in:
@@ -28,7 +28,7 @@ spectrum_series = plots[0].getSeries(0)
|
||||
def plot_cur_spectrum():
|
||||
global spectrum_series
|
||||
try:
|
||||
while controller.state.running:
|
||||
while context.state.running:
|
||||
y = Scienta.spectrum.take(100)
|
||||
x = Scienta.spectrumX
|
||||
spectrum_series.setData(x, y)
|
||||
|
||||
Reference in New Issue
Block a user