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.
Not pressing, just thought you might like to know: When I added a line
to my ggplot2 graph, it rendered fine locally with
ggplotly()but when I tried to upload to my plotly account withplotly_POST(), I received a somewhat cryptic error message "Error: Uh oh, an error occurred on the server. " I eventually discovered that it was thescale_y_continuous()command that was the problem.