Script execution

This commit is contained in:
voulot_d
2017-02-14 13:33:40 +01:00
parent 47c694508e
commit 409f224014

View File

@@ -42,5 +42,10 @@ try:
finally:
phase.close()
# camtool.close()
plot((E, dE), xdata = rf_phase, title="Phase scan")
p = plot(None,name="Energy")[0]
p.addSeries(LinePlotSeries("Energy spread"))
p.getSeries(0).setData(rf_phase, E)
p.getSeries(1).setData(rf_phase, dE)
#plot((E, dE), xdata = rf_phase, title="Phase scan")