-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Seaborn plots are not showing #351
Comments
You don't mention what context you're using, but just incase you're using On Thu, Nov 6, 2014 at 10:26 AM, Austen Groener [email protected]
|
Right - I'm running it in a script. |
You'll have to either show the figure or save it, no different from any other matplotlib plot. As for the traceback, hard to say without seeing it or knowing what example produced it, but I think the MacOSX backend has some problems particularly with |
Minimal example:
First I get this warning:
Then the full traceback:
|
Sounds like matplotlib/matplotlib#3470 |
It sure does.. Hmm. Let me try your initial recommendation and switch the backend. Also, it appears that there might be a patch (matplotlib/matplotlib#3564). Any ideas if it has made it's way into the current stable version of matplotlib? I'm trying to avoid having to grab the dev version.. |
That PR was closed before 1.4.2 was released, so yes, but there are other issues that may make you want to hold off upgrading (#344). FWIW I work mostly on OSX and don't run into this, though I do almost all my plotting in the IPython notebook. |
Okay - simple fix: Upgrade to Matplotlib 1.4.2. |
None of the code examples (found throughout the gallery and the tutorial) seem to be producing plots. I'm not sure if I'm supposed to be doing a
plt.show()
command afterwards (which I've tried, and it gives me a really long traceback).I'm using 'Seaborn 0.4.0', 'Matplotlib 1.4.0', with:
The text was updated successfully, but these errors were encountered: