0

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!

TomCho
  • 3,204
  • 6
  • 32
  • 83

1 Answers1

0

hvPlot doesn't offer 3D plotting, however HoloViews does. I'd suggest you check the reference gallery of the Matplotlib and Plotly backends to see if the elements you need are available there.

MaximeL
  • 391
  • 3
  • 7