-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Focus stays in terminal on OS X and 1.3.1 #2881
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
I don't have homebrew python installed; right now I have Anaconda on my path, and if I do |
@efiring |
Can you try
|
For example, with Anaconda:
|
@mdehoon Here it is.
|
You probably want to try system's pythonw interpreter for that. |
I'm going to close this; the solution is to use pythonw if one has an installation (on OSX) that is not already making pythonw and python functionally identical. There is nothing we can do about it on the matplotlib side. |
I've got matplotlib 1.3.1 installed on OS X 10.9 (Mavericks). It was compiled following order:
brew install readline sqlite gdbm xz --universal
brew install python --universal
brew install homebrew/science/openblas gfortran pkg-config
brew install freetype --universal
pip install git+https://github.com/matplotlib/matplotlib.git@v1.3.x
(installing from 1.3.x branch because of issue of freetype 2.5.2 and os x, which was fixed in 1.3.x branch.When I Run simple test, matplotlib will show window (behind current terminal). Attempting to press any hotkey will result in input send to the terminal. There is no dock icon in the dock for matplotlib. I can't select matplotlib window with cmd+tab.
I'm aware of #665, but this was two years ago and I hoped this could have been resolved.
The text was updated successfully, but these errors were encountered: