I was wondering if there’s any way to make plots like these using hvplot
.
The reason is that all my data is in NetCDF and I end up using xarray
a lot for it, so having a way to reproduce those plots (where two structures intersect in 3D space) using hvplot
directly would be really really handy. I couldn’t find any examples that illustrate that though, or anything in the docs, so I'm not sure it's possible. Is it?
Thanks!