Changeset 6906 for branches/numpy_misc/tools/plotcsv/plotcsv.py
- Timestamp:
- Apr 26, 2009, 5:35:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/numpy_misc/tools/plotcsv/plotcsv.py
r6482 r6906 54 54 # program name and version 55 55 APP_NAME = 'plotcsv' 56 APP_VERSION = '0. 4'56 APP_VERSION = '0.5' 57 57 58 58 # name of the configuration filename … … 624 624 title=self.txtTitle.GetValue(), 625 625 legend=self.chkLegend.GetValue(), 626 legend_path=self.chkLegendPath.GetValue()) 626 legend_path=self.chkLegendPath.GetValue()) 627 # hide problem with wxPython and matplotlib - close app! 628 self.Close(True) 627 629 628 630 def error(self, msg):
Note: See TracChangeset
for help on using the changeset viewer.