Skip to content

Translate ggplot2's color gradients to plotly's colorscale #232

@cpsievert

Description

@cpsievert

Scatter traces in plotly will now support a colorscale (known as a gradient in ggplot2), so this example:

qplot(data = iris, x = Sepal.Length, y = Petal.Length, color = Petal.Width)

should use a colorscale like this:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions