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
-infand+infso that ECDF does not have discontinuities at the extremes.
See Also
geom_step-
The default
geomfor thisstat.