Skip to content

scale_y_continuous() breaks the upload to plotly #473

@smach

Description

@smach

Not pressing, just thought you might like to know: When I added a line

scale_y_continuous(breaks = seq(0, 100, 10))

to my ggplot2 graph, it rendered fine locally with ggplotly() but when I tried to upload to my plotly account with plotly_POST(), I received a somewhat cryptic error message "Error: Uh oh, an error occurred on the server. " I eventually discovered that it was the scale_y_continuous() command that was the problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions