Hello!

I use matplotlib in interactive mode with the wxAgg backend under 
WindowsXP. It often happens that I have quite a lot figure windows 
hidden by other windows. Then it is difficult to pick the right figure 
window from the taskbar, since their titles all start with 'Figure...' 
and additionally, I can't remember which number is which plot.

Therefor, I would like to raise all my figure windows to the top of my 
cluttered desktop... Is there a command like

f = figure()
# put the figure to the background
f.raise()

that will take the figure window to the top of all other windows?

Thanks
Lars

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to