From 08780f3f4e1268e59aa61e2c3715dce8a3677b95 2012-10-30 22:49:58 From: Daniel Valdez Date: 2012-10-30 22:49:58 Subject: [PATCH] Modificacion en la clase ScopeFigure --- diff --git a/schainpy2/Graphics/schainPlotTypes.py b/schainpy2/Graphics/schainPlotTypes.py index 5005855..78ce9c5 100644 --- a/schainpy2/Graphics/schainPlotTypes.py +++ b/schainpy2/Graphics/schainPlotTypes.py @@ -417,17 +417,8 @@ class ScopeFigure(Figure): colormap = None colorbar = False - self.idfigure = idfigure - self.nframes = nframes - self.wintitle = wintitle - - self.colormap = colormap - self.colorbar = colorbar - self.driver = driver - self.drvObj = Driver(self.driver, self.idfigure, self.xw, self.yw, self.wintitle, self.overplot, self.colormap, self.colorbar) - self.drvObj.driver.setFigure() - -# Figure.__init__(self,idfigure,nframes,wintitle,self.xw,self.yw,self.overplot,driver,colorbar,colormap,*args) + Figure.__init__(self,idfigure, nframes, wintitle, self.xw, self.yw, self.overplot, driver, colormap, colorbar) + def getSubplots(self): nrows = self.nframes