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
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