##// END OF EJS Templates
Modificacion en la clase ScopeFigure
Daniel Valdez -
r142:08780f3f4e12
parent child
Show More
@@ -417,17 +417,8 class ScopeFigure(Figure):
417 417 colormap = None
418 418 colorbar = False
419 419
420 self.idfigure = idfigure
421 self.nframes = nframes
422 self.wintitle = wintitle
423
424 self.colormap = colormap
425 self.colorbar = colorbar
426 self.driver = driver
427 self.drvObj = Driver(self.driver, self.idfigure, self.xw, self.yw, self.wintitle, self.overplot, self.colormap, self.colorbar)
428 self.drvObj.driver.setFigure()
420 Figure.__init__(self,idfigure, nframes, wintitle, self.xw, self.yw, self.overplot, driver, colormap, colorbar)
429 421
430 # Figure.__init__(self,idfigure,nframes,wintitle,self.xw,self.yw,self.overplot,driver,colorbar,colormap,*args)
431 422
432 423 def getSubplots(self):
433 424 nrows = self.nframes
General Comments 0
You need to be logged in to leave comments. Login now