Changeset 2468
- Timestamp:
- 04/17/12 20:13:54 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/asaplotgui.py
r2451 r2468 31 31 #matplotlib.rcParams["interactive"] = True 32 32 33 _pylab_helpers.Gcf.destroy(0)34 33 self.window = Tk.Tk() 35 34 self.window.protocol("WM_DELETE_WINDOW", self.quit)
Note:
See TracChangeset
for help on using the changeset viewer.