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

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

Reply via email to