8000 Resampling before rendering · Issue #1897 · plotly/plotly.py · GitHub
[go: up one dir, main page]

Skip to content
Resampling before rendering #1897
Closed
Closed
@baosws

Description

@baosws

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0