Is there anyway to bring a matplotlib window to the front of the screen after a call to show()? I am not using the IPython window. I've tried the following without success:
thismanager = plt.get_current_fig_manager() thismanager.window.activateWindow() thismanager.window.raise_() I figured out I can move the plot window using: thismanager.window.move (900,400) Every time I do a plot the plot window appears then dispersal behind the spyder2 IDE meaning I have to bring it forward manually every time. The alternative is to arrange the plot window and IDE side by side, luckily the plot window appears to remember its last position. Any suggests welcomed. Herbert -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/groups/opt_out.
