I have grid of approximately 200 x 200 x 200 x 150 that I need to plot on the browser.
This can be represented as X x Y x Z x Color. A 3D scatter has usually functionality for that.
I have tried the plotly.Scatter3d that works wonders for much smaller datasets.
I had a look at Datashader but unfortunately only works for 2D. I also checked Datashader + Holoviews but haven't found any solution...
The closer that I get was this MRI Slice example from PlotLy: https://plot.ly/python/visualizing-mri-volume-slices/
If there's a possibility to add additional slicers (X, Y and Z) this might be a solution. Not what I wanted, but a solution.
Any ideas how to achiece this would be much appreciated. Thanks