-
Notifications
You must be signed in to change notification settings - Fork 633
add geom_hex support #307
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
plotlyjs doesn't natively support hexagonal binning, but maybe we could do some sort of hack with markers with symbol="hexagon"? |
Closing in favor of #348 |
Browsing through the code, I just realised that this is in fact already implemented.
Fantastic. |
It is supported via |
oh ok – thanks. I hadn't even thought that was possible that |
plotly.js itself doesn't do hexagonal binning, but you can always do it with something else and pass the x/y data representing the hexagons to a scatter trace |
No description provided.
The text was updated successfully, but these errors were encountered: