- Timestamp:
- 05/07/12 15:04:18 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/asaplot.py
r2451 r2483 27 27 self.canvas = FigureCanvasAgg(self.figure) 28 28 self.figmgr = FigureManagerBase(self.canvas,1) 29 # This seems necessary when using Gcf, as this is done in 30 # pyplot.figure. Otherwise this can cause atexit errors at cleanup 31 32 self.figmgr._cidgcf = None 29 33 _pylab_helpers.Gcf.figs[self.figmgr.num] = self.figmgr 30 34
Note:
See TracChangeset
for help on using the changeset viewer.