Re: [Matplotlib-users] Iterate and save multiple plots

2007-03-20 Thread Steve Schmerler
Ana Paula Leite wrote: > Dear all, > > I have a list with about 300 elements like the following: > listNames = ['name1', 'name2', 'name3', ...] > > I want to iterate through this list, creating several figures where each > one will include two subplots. > The problem is that I want to label each

Re: [Matplotlib-users] Iterate and save multiple plots

2007-03-20 Thread Ana Paula Leite
It's just as simple as: savefig('name1'+'_'+'name2') - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through

[Matplotlib-users] Iterate and save multiple plots

2007-03-20 Thread Ana Paula Leite
Dear all, I have a list with about 300 elements like the following: listNames = ['name1', 'name2', 'name3', ...] I want to iterate through this list, creating several figures where each one will include two subplots. The problem is that I want to label each figure like in the following example: