pastas.plotting.modelplots.Plotting.pairplot#

Plotting.pairplot(tmin=None, tmax=None, bins=None, split=True)[source]#

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

Parameters
  • tmin (str or pd.Timestamp) –

  • tmax (str or pd.Timestamp) –

  • bins (Optional[int], 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