Re: [Matplotlib-users] Blank plots using plotting submodules

2012-01-03 Thread Eric Firing
On 12/30/2011 11:41 AM, Stephen Webb wrote: > Hello all, > > I have a python module that requires making about 24 different kinds of > plots, and to keep things tidy I put them all in different modules, > which I then import. > > All the import calls are at the head of the top module. There is one

[Matplotlib-users] Blank plots using plotting submodules

2012-01-03 Thread Stephen Webb
Hello all, I have a python module that requires making about 24 different kinds of plots, and to keep things tidy I put them all in different modules, which I then import. All the import calls are at the head of the top module. There is one plotting call inside a while loop, and it is returnin