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