Skip to content

None of the examples in the documentation works #708

@lucacerone

Description

@lucacerone

I recently updated to ropensci/plotly v ‘4.3.5’.

After that none of the plots I created before works, and none of the example in the "Getting Started" guide works: https://plot.ly/r/getting-started/

For example if I do something like:

p <- plot_ly(iris, x = Petal.Length, y = Petal.Width,
             color = Species, mode = "markers")

Plotly complains about the object "Petal.Length" not being found.

Has the interface changed? How are we supposed to create plots now?

Thanks a lot for the help!

Cheers,
Luca

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