pastas.modelplots.Plotting.stacked_results#
- Plotting.stacked_results(tmin=None, tmax=None, figsize=(10, 8), stacklegend=False, stacklegend_kws=None, **kwargs)[source]#
Create a results plot, similar to ml.plots.results(), in which the individual contributions of stresses (in stressmodels with multiple stresses) are stacked.
- Parameters:
tmin (str or pandas.Timestamp, optional) –
tmax (str or pandas.Timestamp, optional) –
figsize (tuple, optional) –
stacklegend (bool, optional) – Add legend to the stacked plot.
- Returns:
axes
- Return type:
list of axes objects