Closed
Description
I've found that when plotting an ecdf with ggplot, the two points at y=0 and y=1 are undesirable and frankly arbitrary. This is especially true for distributions with certain properties (eg, strictly positive or only in a specific range). Is there a way to get around this default behavior, or any plans to change it?
Example:
ggplot(data.frame(x = exp(1:10)),
aes(x)) +
geom_line(stat = "ecdf")
Metadata
Metadata
Assignees
Labels
No labels