pastas.modelplots.Plotting.cum_frequency

Plotting.cum_frequency(tmin=None, tmax=None, ax=None, figsize=(5, 2), **kwargs)[source]

Plot the cumulative frequency for the observations and simulation.

Parameters
  • tmin (str or pandas.Timestamp, optional) –

  • tmax (str or pandas.Timestamp, optional) –

  • ax (Matplotlib.axes instance, optional) – Axes to add the plot to.

  • figsize (tuple, optional) – Tuple with the height and width of the figure in inches.

  • **kwargs – Passed on to plot_cum_frequency

Returns

ax

Return type

matplotlib.axes.Axes

See also

ps.stats.plot_cum_frequency