Script execution
This commit is contained in:
@@ -45,7 +45,7 @@ finally:
|
||||
|
||||
print rf_phase
|
||||
p = plot(None,name="Energy")[0]
|
||||
p.addSeries(LinePlotSeries())
|
||||
p.addSeries(LinePlotSeries("data"))
|
||||
p.getSeries(0).setData(rf_phase, E)
|
||||
p.getSeries(1).setData(rf_phase, dE)
|
||||
#plot((E, dE), xdata = rf_phase, title="Phase scan")
|
||||
|
||||
Reference in New Issue
Block a user