pastas.plotting.modelplots.Plotting.pairplot#

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

Method to plot all the time series going into a Pastas Model. :param tmin: :type tmin: str or pd.Timestamp :param tmax: :type tmax: str or pd.Timestamp :param bins: Number of bins in the histogram, by default None which uses Sturge’s

Rule to determine the number bins

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

  • tmin (Optional[TimestampType]) –

  • tmax (Optional[TimestampType]) –

  • bins (Optional[int], optional) –

Return type

matplotlib.axes.Axes