pastas.plotting.modelplots.Plotting.pairplot ============================================ .. py:method:: 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. :param tmin: :type tmin: str or Timestamp :param tmax: :type tmax: str or Timestamp :param bins: Number of bins in the histogram, by default None which uses Sturge's rule to determine the number bins :type bins: int | None, optional :param split: Split the stresses in multiple stresses when possible. :type split: bool, optional :rtype: matplotlib.axes.Axes .. !! processed by numpydoc !!