Script execution
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user