-
Notifications
You must be signed in to change notification settings - Fork 27
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
no heatmap is shown when scales of x and y axis are very different #20
Comments
That's definitely a bug but I'm not sure where it originates. Once I find the time, I will try to hunt this down. For now I can offer this workaround:
This kde2d method is slower for very few points, but faster for very many points. It's not on CRAN yet, so that's why you have to reinstall the package from GitHub. |
Thank you for your powerful tool. I used the code I attached here, referring your reply. But I continue to get the error that method parameter is ignored. Could you help to see the issue? Thank you so much. |
Hi @qimiaonnegliguo, |
This
results in:
Does ggpointdensity compute the neighborhood-radius relative to the dynamic range of the respective axes? I think that might be the issue here.
The text was updated successfully, but these errors were encountered: