Re: [Matplotlib-users] Wanted: recommendations on embedding matplotlib in a wxPython application

2007-11-28 Thread Rich Shepard
On Wed, 28 Nov 2007, Ryan Krauss wrote: > I may be jumping into this conversation way too late, but I really like > wxmpl. The one bell and whistle that I love is the click-and-drag box > zoom available by default. Attached is my hacked together simple example > of putting a wxmpl.PlotPanel on a

Re: [Matplotlib-users] Wanted: recommendations on embedding matplotlib in a wxPython application

2007-11-28 Thread Ryan Krauss
I may be jumping into this conversation way too late, but I really like wxmpl. The one bell and whistle that I love is the click-and-drag box zoom available by default. Attached is my hacked together simple example of putting a wxmpl.PlotPanel on a wx.notebook. Ryan On Nov 27, 2007 11:06 AM, C

Re: [Matplotlib-users] Wanted: recommendations on embedding matplotlib in a wxPython application

2007-11-27 Thread C M
On Nov 27, 2007 11:27 AM, Rich Shepard <[EMAIL PROTECTED]> wrote: > On Mon, 26 Nov 2007, C M wrote: > > > Basically what I did (sorry if this is too basic, but I'm pretty new to > > this and this may jog others to correct deficiencies in this simple > > approach) was to: > > This is all straight

Re: [Matplotlib-users] Wanted: recommendations on embedding matplotlib in a wxPython application

2007-11-27 Thread Rich Shepard
On Mon, 26 Nov 2007, C M wrote: > Basically what I did (sorry if this is too basic, but I'm pretty new to > this and this may jog others to correct deficiencies in this simple > approach) was to: This is all straightforward and clear. The one statement I've not yet understood is this: >

Re: [Matplotlib-users] Wanted: recommendations on embedding matplotlib in a wxPython application

2007-11-26 Thread C M
> > There is a link on that page to this > > exampleof direct > > embedding with wx. I was able to start with this and adapt it to my > needs. > > I've looked closely at this, and need to figure out how to translate it > from a stand-alone exa

Re: [Matplotlib-users] Wanted: recommendations on embedding matplotlib in a wxPython application

2007-11-26 Thread Rich Shepard
On Mon, 26 Nov 2007, C M wrote: > So far in my experience, and as I was recommended, the "simplest, > easiest, most pragmatic approach" has been to forgo MPlot or WxMpl and > just embed directly in wxPython. That is the insight I seek. I've looked at the examples and the cookbook page ... > T

Re: [Matplotlib-users] Wanted: recommendations on embedding matplotlib in a wxPython application

2007-11-26 Thread C M
> > The wiki suggests either MPlot or WxMpl for embedding. Which might be > preferable for a display-only use? In other words, what would be the > simpliest, easiest, most pragmatic approach? > So far in my experience, and as I was recommended, the "simpliest, easiest, most pragmatic approach" has

Re: [Matplotlib-users] Wanted: recommendations on embedding matplotlib in a wxPython application

2007-11-26 Thread Rich Shepard
On Mon, 26 Nov 2007, Christopher Barker wrote: > I think wxMPL is a good option. I think MPlot gives you nifty tools for > editing the figure with a GUI, but I don't think you want that. Chris, Thank you. I'll go read about wxMPL then. Rich -- Richard B. Shepard, Ph.D. | In

Re: [Matplotlib-users] Wanted: recommendations on embedding matplotlib in a wxPython application

2007-11-26 Thread Christopher Barker
Rich Shepard wrote: >The wiki suggests either MPlot or WxMpl for embedding. Which might be > preferable for a display-only use? In other words, what would be the > simpliest, easiest, most pragmatic approach? I think wxMPL is a good option. I think MPlot gives you nifty tools for editing the

[Matplotlib-users] Wanted: recommendations on embedding matplotlib in a wxPython application

2007-11-26 Thread Rich Shepard
Now that I have some familiarity with matplotlib, and I've read the cookbook/wiki page on embedding, I'd like recommendations to sort out my options. I don't need user interaction. On the display side, I have a notebook tab with a panel on which there are a bunch of widgets. These widgets al