bundles / scipy latest / scipy / stats / _survival / EmpiricalDistributionFunction / plot
function
scipy.stats._survival:EmpiricalDistributionFunction.plot
source: /scipy/stats/_survival.py :72
Signature
def plot ( self , ax = None , ** matplotlib_kwargs ) Summary
Plot the empirical distribution function
Extended Summary
Available only if matplotlib is installed.
Parameters
ax: matplotlib.axes.AxesAxes object to draw the plot onto, otherwise uses the current Axes.
**matplotlib_kwargs: dict, optionalKeyword arguments passed directly to matplotlib.axes.Axes.step. Unless overridden,
where='post'.
Returns
lines: list of `matplotlib.lines.Line2D`Objects representing the plotted data
Aliases
-
scipy.stats._survival.EmpiricalDistributionFunction.plot