Skip to content

Bug in rplot.GeomDensity2D #6948

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

Closed
vineelpratap opened this issue Apr 24, 2014 · 1 comment
Closed

Bug in rplot.GeomDensity2D #6948

vineelpratap opened this issue Apr 24, 2014 · 1 comment

Comments

@vineelpratap
Copy link

I think line 567 in tools/rplot.py "ax.contour(Z, extent=[x_min, x_max, y_min, y_max])" should be changed to "ax.contour(Z.T, extent=[x_min, x_max, y_min, y_max])"

When I plot a density map, the graph is rotated by 90 degrees.

@jorisvandenbossche
Copy link
Member

duplicate of #3753.

@vineelpratap Would you be able to submit a PR to fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants