plots#

Module containing plotting methods for Pastas.

Functions#

compare(→ dict[str, pastas.typing.Axes])

Plot multiple Pastas models in one figure to visually compare models.

series(, **kwargs) → pastas.typing.Axes)

Plot all the input time Series in a single plot.

acf(→ pastas.typing.Axes)

Plot of the autocorrelation function of a time series.

diagnostics(→ pastas.typing.Axes)

Plot that helps in diagnosing basic model assumptions.

cum_frequency(→ pastas.typing.Axes)

Plot of the cumulative frequency of a time Series.