pastas.plotting.modelplots.Plotting.series ========================================== .. py:method:: 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. :param tmin: :type tmin: str or Timestamp :param tmax: :type tmax: str or Timestamp :param split: Split the stresses in multiple stresses when possible. :type split: bool, optional :param hist: 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. :type hist: bool :param bins: Number of bins in the histogram plot. :type bins: float :param titles: Set the titles or not. Taken from the name attribute of the Series. :type titles: bool :param labels: List with the labels for each subplot. :type labels: list of str :param figsize: Set the size of the figure. :type figsize: tuple :rtype: matplotlib.axes.Axes .. !! processed by numpydoc !!