From 0a265680414a912eb7c078cfcf8de8ce48ba7c8d Mon Sep 17 00:00:00 2001 From: voulot_d Date: Tue, 14 Feb 2017 13:34:43 +0100 Subject: [PATCH] Script execution --- script/RFscan/GunScan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/RFscan/GunScan.py b/script/RFscan/GunScan.py index 6be278b..cfbe485 100644 --- a/script/RFscan/GunScan.py +++ b/script/RFscan/GunScan.py @@ -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")