-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Matplotlib.pyplot 2.0.0b2 fails to import with Conda Python 3.5 on OS X #6746
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
This is exactly as expected. And yes it is very much a problem on the regular Conda version too. Anaconda just chose to patch out that check in their version of the package with leads to it apparently working but the figures being partially broken in strange ways because python is not a framework build. The solution is to either install python.app and use That being said we really need to update the documentation to reflect this before 2.0. |
Ok thanks! Could this also be related to a further issue that I have related to the notebook with the default backend? As discussed at SciPy 2016 Matplotlib BOF, I have an issue with plotting figures using the default Mac OS X backend in a Jupyter Notebook. I am using Matplotlib 1.5.1 installed using
The figure actually pops up behind the Chrome or Safari window, and there is no icon in the OS X dock to be able to select the figure. I'd be happy to attach a screengrab if it would be useful. |
That is exactly one of the issues that happens with the non framework build where you can't probably forground the figure. |
OK thanks, I was advised to switch to the QT4Agg backend anyways, so I'll do that. This issue is solved to my satisfaction, please feel free to close it when you've complete whatever you plan to do with the docs! |
There is a solution here for doing it inside the notebook which is slightly more complicated. That example only applies to virutalenv thou |
This is related to #6418 For 2.0 I want at least
|
Closed by #7022. |
I installed the Matplotlib 2.0.0 beta 2 from PyPi with pip on OS X 10.11.5 using Conda Python 3.5. It appeared to install from a wheel rather than building from source. Importing matplotlib.pyplot raises
There is no problem using a
conda install
ed Matplotlib 1.5.1.The text was updated successfully, but these errors were encountered: