wx GUI plot editor

Hello,

Has anyone done something like this?

http://www.businessfist.com/zany/grab.jpg

I've been making it with features as I need it, but if someone already
has one, I'd just get THAT.

-Jack

Jack Sankey wrote:

Hello,

Has anyone done something like this?

http://www.businessfist.com/zany/grab.jpg

I've been making it with features as I need it, but if someone already
has one, I'd just get THAT.

We do this with Chaco and Traits UI all the time. I'm sure you could do
something similar with matplotlib and Traits UI, too.

http://code.enthought.com/chaco/
http://code.enthought.com/traits/

···

--
Robert Kern
robert.kern@...287...

"In the fields of hell where the grass grows high
Are the graves of dreams allowed to die."
  -- Richard Harter

Jack,

It's not exactly the same (it doesn't use a tree to access 'objects'),
but MPlot has a wxPython GUI for configuring many of the plot
attributes such as line style, color, etc.
See
   http://cars9.uchicago.edu/~newville/Python/MPlot/screenshots.html

--Matt

Hi,

I’m looking for a pygtk GUI to configure matplotlib plot attributes like it is done in Mplot
http://cars9.uchicago.edu/~newville/Python/MPlot/screenshots.html

or something equivalent using a tree …

David