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

interactive statistic heatmap / quadrilateral mesh #2419

Open
vadmbertr opened this issue Mar 7, 2024 · 0 comments
Open

interactive statistic heatmap / quadrilateral mesh #2419

vadmbertr opened this issue Mar 7, 2024 · 0 comments

Comments

@vadmbertr
Copy link

Hi,

I have a question on how to plot an interactive (in the sense of the data being displayed through a selection and being able to zoom, pan, etc... on the plot) heatmap (or quadrilateral mesh) of a variable statistic.
Following the tutorial on jupyter integration (https://vaex.io/docs/tutorial_jupyter.html#) I understood that it only apply to count. Did I missed something?

For potential discussions, we can consider a dataframe df with the columns time, lat, lon and var. var being the variable upon which the statistic (mean) is computed over time, binned by lat and lon. A non-interactive version would be:

df.viz.heatmap("lon", "lat", what="mean(var)")

Regards,
Vadim

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