plotnine.stat_ecdf

stat_ecdf(mapping=None, data=None, **kwargs)

Empirical Cumulative Density Function

{usage}

Parameters

n

This is the number of points to interpolate with. If None, do not interpolate.

pad : bool = True

If True, pad the domain with -inf and +inf so that ECDF does not have discontinuities at the extremes.

See Also

geom_step

The default geom for this stat.