Does Plotly Support 2-D grayscale Image Visualization?

Hi,

I have 2-D grayscale image data which can stack on top of each other to form 3-D images. I was wondering if Plotly can be used to display 2-D or 3-D images?

Ideally, I’d like to create an app in Dash that can do this: https://www.youtube.com/watch?v=mq6T8qpdw9A (9:22 on the video). Please let me know if this is possible.

For 2D images Plotly.js v1.51 has a new trace called image.
For 3D data you could use surface, isosurface and volume. Please refer to @empet 's examples New 3d trace isosurface and namely slices at https://plot.ly/~empet/15150/brain-and-brain-slices-defined-via-gois/#/
Also see https://github.com/plotly/plotly.py/issues/1827#issuecomment-551107783