Skip to content

How to plot ccdf? #234

Closed
Closed
@guilhermeleobas

Description

@guilhermeleobas

Hi,

I am having some problems trying to plot the ccdf with plotnine. In R, I can do the following:

p <- ggplot(df, aes(x=Z))
p + geom_line(aes(y = 1 - ..y..), stat='ecdf')

But I can't replicate this same functionality on plotnine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions