Re: [Matplotlib-users] Creating Plots for Inclusion in ReportLab PDF

2008-01-18 Thread Rich Shepard
On Fri, 18 Jan 2008, Jim Vickroy wrote: > I'm guessing that you do not have the following statement in your module: > > * *import pylab as p* > > which is required if you are going to use statements like: > > * *p.plot(...)* > * *p.axis(...)* > * *and so on.* Good catch, Jim! This is t

Re: [Matplotlib-users] Creating Plots for Inclusion in ReportLab PDF

2008-01-18 Thread Jim Vickroy
Rich Shepard wrote: I'm hoping that someone's already addressed the need I have so I don't need to re-invent this wheel. But, if no one has a ready-made solution, I still need some expert advice in how to build this wheel myself. My python application uses the wxPython widget library, SQLi

[Matplotlib-users] Creating Plots for Inclusion in ReportLab PDF

2008-01-18 Thread Rich Shepard
I'm hoping that someone's already addressed the need I have so I don't need to re-invent this wheel. But, if no one has a ready-made solution, I still need some expert advice in how to build this wheel myself. My python application uses the wxPython widget library, SQLite (using the pysqlite