Script execution

This commit is contained in:
2016-10-27 09:26:24 +02:00
parent 28e3a8ca36
commit bead69b6fa

View File

@@ -295,7 +295,7 @@ m=pya.addMarker(5.0, pya.AxisId.X, "VSUM",pya.background)
m.setLabelPaint(Color.BLACK)
[pyp]=plot([None,None],["summary_phase_jit","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
pyp.setStyle(py.Style.ErrorY)