Re: [Matplotlib-users] open figures list

2007-02-19 Thread Martin Richter
Hello Belinda, I just stumbled over the same problem. The following will give what you (we) want: [x.num for x in matplotlib._pylab_helpers.Gcf.get_all_fig_managers()] Bye, Martin - Take Surveys. Earn Cash. Influence the

[Matplotlib-users] open figures list

2006-12-06 Thread belinda thom
Hello, Is there a way to return a list of all the open figure numbers? For instance, if I had: close('all') figure(1) [some plotting] figure(5) [some plotting] I'd like to be able to have access to a command that returns the list [1, 5]. Thanks, --b