diff --git a/script/RFscan/GunScan.py b/script/RFscan/GunScan.py index ba55fb5..bdece4f 100644 --- a/script/RFscan/GunScan.py +++ b/script/RFscan/GunScan.py @@ -43,4 +43,4 @@ finally: phase.close() # camtool.close() -p = plot(((1,2,3),(1,2,3)),name="data", xdata=rf_phase, title="Phase scan") +plot(((1,2,3),(1,2,3)),name="data", title="Phase scan")