From e0bd0a5e21f6d65f9fc9d0e7760eb64ef17e1d55 2012-08-28 15:23:56 From: Daniel Valdez Date: 2012-08-28 15:23:56 Subject: [PATCH] Se agrega codigo para refresco de datos en ploteo de perfiles en Spectra Plot --- diff --git a/schainpy/Graphics/BaseGraph.py b/schainpy/Graphics/BaseGraph.py index 5c57b3a..6e1cafe 100644 --- a/schainpy/Graphics/BaseGraph.py +++ b/schainpy/Graphics/BaseGraph.py @@ -712,6 +712,9 @@ class SpectraPlot: if powObj.setXYData() != None: clearData(powObj) + powObj.setLineStyle(2) + powObj.plotBox(powObj.xrange[0], powObj.xrange[1], powObj.yrange[0], powObj.yrange[1], "bcntg", "bc") + powObj.setLineStyle(1) else: powObj.setXYData(power,y)