-
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
RuntimeError: Cannot get window extent w/o renderer #545
Labels
Comments
Python 3.4.2 and numpy 1.9.2 don't solve the error :( |
Yeah as far as I understand this is a known issue in the matplotlib MacOSX backend. |
actually u could do matplotlib.use('agg') |
Merged
Closed with #611 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to plot a seaborn clustermap (it doesn't work with the heatmap too) with the following, no NaNs admitted:
a
is well formed:Console output:
The text was updated successfully, but these errors were encountered: