@@ -417,17 +417,8 class ScopeFigure(Figure): | |||||
417 | colormap = None |
|
417 | colormap = None | |
418 | colorbar = False |
|
418 | colorbar = False | |
419 |
|
419 | |||
420 | self.idfigure = idfigure |
|
420 | Figure.__init__(self,idfigure, nframes, wintitle, self.xw, self.yw, self.overplot, driver, colormap, colorbar) | |
421 | self.nframes = nframes |
|
421 | ||
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() |
|
|||
429 |
|
||||
430 | # Figure.__init__(self,idfigure,nframes,wintitle,self.xw,self.yw,self.overplot,driver,colorbar,colormap,*args) |
|
|||
431 |
|
422 | |||
432 | def getSubplots(self): |
|
423 | def getSubplots(self): | |
433 | nrows = self.nframes |
|
424 | nrows = self.nframes |
General Comments 0
You need to be logged in to leave comments.
Login now