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 brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


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

'name1_name2.png'

How do I concatenate those names in the savefig() function?

Thanks,
Ana
-
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 brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users