Script execution

This commit is contained in:
2016-10-27 09:28:25 +02:00
parent bead69b6fa
commit b4ccd9471e

View File

@@ -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)