We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following code creates thousands of squareds of squares, instead of one step-line.
library(plotly) library(ggplot2) df <- data.frame( x = c(rnorm(100, 0, 3), rnorm(100, 0, 10)), g = gl(2, 100) ) p <- ggplot(df, aes(x)) + stat_ecdf(geom = "step") ggplotly(p)
The text was updated successfully, but these errors were encountered:
Fixed the way GeomStep was handeled. Closes plotly#2011
GeomStep
e6f1901
Duplicate of #1377 and #1030
Sorry, something went wrong.
cpsievert
moutikabdessabour
Successfully merging a pull request may close this issue.
Following code creates thousands of squareds of squares, instead of one step-line.
The text was updated successfully, but these errors were encountered: