So I've got a code that is going to make a couple plots, for which I want/have the window maximized in size. However, I'd ideally also want these windows to be minimized when they get created (mostly because it would make testing things a lot easier!) Is there any way to achieve this? I'm currently using Python 2.7 on Linux, with matplotlib version 1.3.1 using backend TkAgg.
If any other information is needed, just ask, and thanks in advance (even if it turns out it's not possible!).