altair icon indicating copy to clipboard operation
altair copied to clipboard

Interactive 3D Cross Plot

Open Philliec459 opened this issue 1 year ago • 2 comments

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

Philliec459 avatar Jul 04 '24 15:07 Philliec459

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

mattijn avatar Jul 04 '24 15:07 mattijn

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

Philliec459 avatar Jul 04 '24 15:07 Philliec459