Skip to content

px.scatter: color scale does not show in Visual Studio Code #1924

@realtime

Description

@realtime

In jupyter notebook

import plotly.express as px iris = px.data.iris() px.scatter(iris, x="sepal_width", y="sepal_length", color="petal_length")

draws a color scale (or color bar) to the right of the graph:

chrome_2019-11-23_15-37-49

When I open the same .ipynb file in Visual Studio Code, the scale does not show:

Code_2019-11-23_15-37-21

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