PLOTING A multipage tiff file using plotly

I have been trying to use Plotly to plot the multipage tiff file in a 3d dimension. I have a 3d dataset of cells. All file formats are 3d multi-tiff files.
I want to [plot those cells in 3d.
is there any plotly code to plan these types of files??

HI @sushmanth welcome to the forums.

I think the question you are asking is actually this one:

https://www.google.com/search?q=multipage+tiff++to+numpy+python+site:stackoverflow.com

Once you have the data in numpy array(s) you should be able to plot it with plotly.