Hi, I’ve noticed that isosurface plots in Plotly appear to be flat shaded by default. Does anyone knows how to smooth shade these meshes?
Thanks for you help,
Carlos.
Hi, I’ve noticed that isosurface plots in Plotly appear to be flat shaded by default. Does anyone knows how to smooth shade these meshes?
Thanks for you help,
Carlos.
Just responding to say that I find the same problem and so far didn’t find any solution.
@cvalero @Jorgepi Unfortunately, a Plotly isosurface cannot be colored according to the values of a scalar field defined at its points. In this notebook, https://chart-studio.plotly.com/~empet/14613,
posted 4-5 years ago, I used scikit-image to define and triangulate an isosurface, and then I plotted it as a go.Mesh3d
.
Running now the notebook I have noticed that in the meantime the function skimage.measure.marching_cubes_lewiner
has been renamed to skimage.measure.marching_cubes
.