Re: [matplotlib-devel] Plot Edit Proposal for WX Backend

2008-09-16 Thread Darren Dale
I finally got around to installing the qt4 backend for traits. Switching on the experimental config package built around traits in matplotlib, I was really impressed with being able to do: from matplotlib import mplConfig mplConfig.configure_traits() which yielded a dialog for editing matplotli

Re: [matplotlib-devel] Plot Edit Proposal for WX Backend

2008-09-16 Thread Michael Droettboom
As an aside -- it's come up a number of times that Enthought Traits may be part of the solution to this. That is, if all of the major properties of artist objects were defined as traits, the trait machinery could automatically build dialog boxes to tweak various parameters etc. That's a major

Re: [matplotlib-devel] Plot Edit Proposal for WX Backend

2008-09-16 Thread Paul Kienzle
On Tue, Sep 16, 2008 at 01:47:04AM +0200, Heinrich Acker wrote: > I'm posting this because I would like to > > * know if anybody is interested in [GUI plot editor] feature, > too (couldn't find anything through searching the list). I would like to see this capability in matplotlib. > * work t