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 3D Cross Plot #3462

Open
Philliec459 opened this issue Jul 4, 2024 · 2 comments
Open

Interactive 3D Cross Plot #3462

Philliec459 opened this issue Jul 4, 2024 · 2 comments

Comments

@Philliec459
Copy link

What is your suggestion?

I have not seen a method to make a 3D cross plot in Altair. Please excuse me if I missed it.

Have you considered any alternative solutions?

We use the interactive capabilities of Altair to help us explore our data. For example, we calculate NDVI from our spectrometer data and then plot NDVI for all of our Test targets. Altair lets us observe the actual photos of our test targets on this plot for a better understanding of our data. In Red, Near IR and NDVI space, each test target cluster very nicely too in a 3D cross plot. It would be great to have the same came capabilities for displaying photos for each reading on our 3D plot too.

NDVI+plant_type_animation

@mattijn
Copy link
Contributor

mattijn commented Jul 4, 2024

Thanks for raising. You did not miss it. For now it is recommended to use a (2D) faceted chart: https://altair-viz.github.io/user_guide/compound_charts.html#facet-chart
image

@Philliec459
Copy link
Author

Thanks, we actually have a nice cross plot that works well, but would love to be able to create a 3D cross plot some day.

NIR_NDVI_Altair_animation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants