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
- Return type