pastas.plotting.modelplots.Plotting.pairplot#

pastas.plotting.modelplots.Plotting.pairplot(tmin: pandas.Timestamp | str | None = None, tmax: pandas.Timestamp | str | None = None, bins: int | None = None, split: bool = True) dict[str, pastas.typing.Axes]#

Method to plot the correlation between all the time series going into a Pastas Model.

Parameters:
  • tmin (str or Timestamp)

  • tmax (str or Timestamp)

  • bins (int | None, optional) – Number of bins in the histogram, by default None which uses Sturge’s rule to determine the number bins

  • split (bool, optional) – Split the stresses in multiple stresses when possible.

Return type:

matplotlib.axes.Axes