Skip to content

Display issues while using dash with scatter3d, scattergl, and heatmaps/contours #2624

Closed
@vivekvs1

Description

@vivekvs1

Hi,

I have encountered a few display bugs while using plotly graphs in the dash app that I though I should bring attention to:

  1. When switching from scatter3d to Heatmap/Contour and back to scatter3d, a white band artifact shows on the scatter3d where the colorbar previously existed on the Heatmap/Contour.
    issue1

  2. Heatmap works as expected when switching to different data in the same plot (Level in this context). However, changing the Heatmap to a Contour plot displays incorrectly when switching the data (shows only a portion of the data).

issue2

  1. Box selection shows correctly in a Scatter plot (big blue dots). In Scattergl, the box selection does not update the graph(no blue dots). But refreshing the plot shows the previously made selection.

issue3

I am not sure if the three issues are connected. I am using dash-core-components 0.22.1 .

Thanks,
Vivek

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