From 7da18affcd48d431517aaab4c8b8e58666e0edf3 Mon Sep 17 00:00:00 2001 From: voulot_d Date: Tue, 14 Feb 2017 13:10:25 +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 05cfea7..05c9831 100644 --- a/script/RFscan/GunScan.py +++ b/script/RFscan/GunScan.py @@ -43,4 +43,4 @@ finally: phase.close() # camtool.close() -p = plot((E, dE),"data", rf_phase, title="Phase scan")[0] +p = plot([E, dE],"data", rf_phase, title="Phase scan")