-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
matplotlib makes python lose focus #2253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Which platform and backend? |
Windows 7 64-bit, Py 2.7 32-bit, WXAgg backend On Fri, Jul 26, 2013 at 2:41 PM, Michael Droettboom <
|
This is related to #2743 . |
@tacaswell Correct. Probably what we really want is to have both focus and on top vs behind be configurable in a backend-independent way. This can be done only if all gui toolkits on all platforms provide this capability. I suspect they do, but I'm not sure, and I can't take the time to find out. Until someone can research this, I don't think we should make any changes. |
Fair enough. I milestoned both this one and #2743 as 1.5 |
IIUC, this is covered by the |
This seems to have cropped up roundabout 1.2.1, and I tried to see whether it worked in 1.3rc5, but I couldn't get 1.3rc5 to work at all. A topic for another ticket.
When you use matplotlib and do a plot, python loses focus. I think it might be spawning another process which momentarily gets focus, but I can't tell. The end result is that matplotlib results in python getting and losing focus, which is very annoying if for instance you have a long-running batch which is doing plotting and you are trying to do other things on the computer.
The text was updated successfully, but these errors were encountered: