Re: [Matplotlib-users] Dealing with Multiple figures

2010-11-05 Thread Ryan May
On Fri, Nov 5, 2010 at 7:12 AM, John M. Densmore (Cont, ARL/WMRD) wrote: > Hi All, > I have multiple figures set up at the start of my code. through out the > script I add data to the plots and at the end I would like to set all > the figure parameters, like xlim, ylim, legend etc. But I can not f

[Matplotlib-users] Dealing with Multiple figures

2010-11-05 Thread John M. Densmore (Cont, ARL/WMRD)
Hi All, I have multiple figures set up at the start of my code. through out the script I add data to the plots and at the end I would like to set all the figure parameters, like xlim, ylim, legend etc. But I can not figure out how to do it. Eample code fig1 = plt.figure(1) ax1 = fig1.add_subplo