Skip to content
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

Feature Request: Continuous axes heat map #3701

Open
HThawley opened this issue May 31, 2024 · 0 comments
Open

Feature Request: Continuous axes heat map #3701

HThawley opened this issue May 31, 2024 · 0 comments

Comments

@HThawley
Copy link

Feature Request:
Continuous axes heat map.

This would function similarly to the existing heatmap feature but allow for continuous axes rather than purely categorical.

On the backend, it would behave more similarly to a 2d histplot, but instead of performing a count of data the function would accept an array_like containing values or perhaps keywords corresponding to aggregators (e.g. 'min', 'max', etc.). A special case would be 'count' which would behave like a regular histogram.

Many thanks for your excellent work maintaining an excellent library.

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

1 participant