Closedown

This commit is contained in:
gac-x03da
2019-05-04 01:55:22 +02:00
parent 8ec5be0f8f
commit c54463a4dd
2 changed files with 8 additions and 8 deletions

View File

@@ -45,9 +45,9 @@ for p in plots[1:]:
# online spectrum
# p = plots[0]
# spectrum_series = p.getSeries(0)
# spectrum_eb_axis = p.chart.plot.getDomainAxis(1)
p = plots[0]
spectrum_series = p.getSeries(0)
spectrum_eb_axis = p.chart.plot.getDomainAxis(1)
def plot_cur_spectrum_eb():
"""
plot online spectrum function for forked task.
@@ -113,7 +113,7 @@ try:
xdata = None
ydata = None
image_data = None
task = fork(plot_cur_spectrum)
task = fork(plot_cur_spectrum_eb)
path="scan" + str(cur_range+1) + "/"
for cur_iteration in range(vars[2]):