Closed
Description
Hi,
I'm trying to plot a 3D Surface of a raster image of size 3601x3601 in jupyter lab (offline mode), which has not been succeed on my pc (jupyter lab breaks after consuming around 1GB of VRAM, while I have 8GB).
My assumption is that the image is too big for plotly to handle, so my workaround was to downscale the image by the factor of 1/5 and the plot showed up, everything went fine. However the xaxis, yaxis and zaxis don't have the original range (before scaling), which I desire to have.
So my question is: is there any option to automatically plot the rescaled image without changing the axes? Or at least an option to map old axes to new ones?
Metadata
Metadata
Assignees
Labels
No labels