From b4ccd9471ecf4f2b44c0216b1fac4382985c4b01 Mon Sep 17 00:00:00 2001 From: Roger Kalt Date: Thu, 27 Oct 2016 09:28:25 +0200 Subject: [PATCH] Script execution --- script/jitter_scan.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/script/jitter_scan.py b/script/jitter_scan.py index a76b0ed..dbc67bd 100644 --- a/script/jitter_scan.py +++ b/script/jitter_scan.py @@ -267,7 +267,7 @@ set_attribute(path, "Saturation Power", satpower) ################################################################################# # New overview plot of the results -[pya]=plot([None,],["summary_amplt_jit"], title="Results Overview Jitter") +[pyp,pya]=plot([None,None],["summary_phase_jit","summary_amplt_jit"], title="Results Overview Jitter") #Y error plot pya.setStyle(pya.Style.ErrorY) @@ -295,8 +295,6 @@ m=pya.addMarker(5.0, pya.AxisId.X, "VSUM",pya.background) m.setLabelPaint(Color.BLACK) -[pyp,pya]=plot([None,None],["summary_phase_jit","summary_amplt_jit"], title="Results Overview Jitter") - #Y error plot pyp.setStyle(py.Style.ErrorY) pyp.setLegendVisible(True)