Script execution

This commit is contained in:
voulot_d
2017-02-14 13:34:43 +01:00
parent 409f224014
commit 0a26568041

View File

@@ -45,7 +45,7 @@ finally:
p = plot(None,name="Energy")[0]
p.addSeries(LinePlotSeries("Energy spread"))
p.addSeries(LinePlotSeries())
p.getSeries(0).setData(rf_phase, E)
p.getSeries(1).setData(rf_phase, dE)
#plot((E, dE), xdata = rf_phase, title="Phase scan")