hotstepper.Steps.ecdf_plot

Steps.ecdf_plot(ax=None, **kargs)

Plot an empirical cummulative distribution function of the cummulative step values.

Parameters
  • ax (Matplotlib.Axes) – The plot axis to create the plot on if being created externally.

  • **kargs – Matplotlib key-value paramters to pass to the plot.

Returns

Return type

Matplotlib.Axes

References