-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
support hexagon (binning, tessellation) #1574
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
@empet has made some real nice Python implementations of hex plots using shapes: |
@maxheld83 @jackparmer @etpinard Long time ago, I've written my own implementation of the hexagon chart by using the Python plotly api. The binning itself is done by the matplotlib package. Here is the code:
And the result is: |
Hi - this issue has been sitting for a while, so as part of our effort to tidy up our public repositories I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our stack. Cheers - @gvwilson |
I understand from this issue at the plotly.js R api, that there is currently no support for hexagons and hexagon binning.
I think that would be a fantastic addition.
The text was updated successfully, but these errors were encountered: