From: C M <cmp...@gm...> - 2007-11-27 17:06:31
|
On Nov 27, 2007 11:27 AM, Rich Shepard <rsh...@ap...> 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 straightforward and clear. The one statement I've not yet > understood is this: > > > self.graph = matplotFrame3.PlotPanel(self.panel1,xpoints, > ypoints) > > I assume that matplotFrame3 is the name of the module in which you've > written PlotPanel(). Is this assumption correct? > Exactly. That is the module which I mention importing in step 4. > > I'm modifying your approach to suit our application but it seems to be > the > most parsimonious and elegant solution for simple display of plots in a > wxPython panel. > > Thanks, > Glad it will help your application. |