Hello!
Is there a 3D voxel/volumetric plot type available in the plotly graphing library?
I am looking for an equivalent of these two matplotlib plot types:
3D voxel / volumetric plot
3D voxel / volumetric plot with cylindrical coordinates
I am aware of the 3D mesh plots available in plotly:
3D Mesh Cube
…but I am afraid that this is not suitable for my application.
Thanks for help!
1 Like
Thanks @alexcjohnson! I am surprised I wasn’t able to find those. I’ll have a look if that works for my case!
Hello all, I have the same issue. I wanted to have 3d interactive voxel visualization as @sislvacl wants. I found something on your site (Voxel visualization for deep learning of 3d data | mesh3d made by Empet | plotly) that fits my desire but I don’t know how to make one. The [3-d-volume-plots](3d volume plots in Python 547) that you sent does not give me what I exactly need.
1 Like
I know this is quite a bit later from the last person who posted, but I thought this could help people in the future, since I faced the same issues myself.
I made a GitHub repo on how to render/visualize voxel data: GitHub - ryanhuang8/Plotly-3D-Voxels
Hope this helps!
2 Likes