pastas.plotting.modelplots.Plotting.series#

pastas.plotting.modelplots.Plotting.series(tmin: pandas.Timestamp | str | None = None, tmax: pandas.Timestamp | str | None = None, split: bool = True, **kwargs) pastas.typing.Axes#

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

Parameters:
  • tmin (str or Timestamp)

  • tmax (str or 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