pastas.modelplots.Plotting.series#

Plotting.series(tmin=None, tmax=None, split=True, **kwargs)[source]#

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

Parameters
  • tmin (str or pd.Timestamp) –

  • tmax (str or pd.Timestamp) –

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

  • hist (bool) – Histogram for the Series. Returns the number of observations, mean, skew and kurtosis as well. For the head series the result of the shapiro-wilk test (p > 0.05) for normality is reported.

  • bins (float) – Number of bins in the histogram plot.

  • titles (bool) – Set the titles or not. Taken from the name attribute of the Series.

  • labels (List of str) – List with the labels for each subplot.

  • figsize (tuple) – Set the size of the figure.

Return type

matplotlib.axes.Axes