Eric Firing wrote:
> I added two functions to pyplot in svn: fignum_exists(num) and 
> get_fignums() so that with future releases you won't have to delve into 
> _pylab_helpers for this information.
> 
> Eric

Wouldn't it be better to have some way to iterate mpl objects, rather 
than having adhoc functions just for figures? I though there was a 
standard way to iterate all figures, all axes etc, something like

import matplotlib as mpl

for fig in mpl.Figures:
     ... do stuff

or something similar. Does something like this exist in mpl?

JLS


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to