I have two questions regarding to the positioning of a mpl window (using WXAgg backend)
1-) How to create a maximized window, instead of me clicking on window to maximize it each time?
2-) I have two screens. Interestingly, my mpl windows tend to open on my small screen. How can I force mpl/ipython/WX/X-windows to open mpl windows on my 2nd and bigger monitor?
Thanks.
Relative to your first question, you can use
Maximizeon your figure manager (as your figure manager is aFigureManagerWxinstance) or equivalent methods in case of other backends:For the second question, I am not sure (i can not test it) but if the problem can be solved by setting the position of your figure in a screen extended in two monitors, then you can use SetPosition (again for a wxAgg backend):