Ignore:
Timestamp:
Apr 24, 2009, 11:28:20 AM (15 years ago)
Author:
rwilson
Message:

Hide problem with wxPython/matplotlib interaction - close application after one plot.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • misc/tools/plotcsv/plotcsv.py

    r6896 r6897  
    624624                       title=self.txtTitle.GetValue(),
    625625                       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!
    627628            self.Close(True)
    628629           
Note: See TracChangeset for help on using the changeset viewer.