pastas.modelplots.Plotting.stacked_results¶
- Plotting.stacked_results(tmin=None, tmax=None, figsize=(10, 8), **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.
Note: does not plot the individual contributions of StressModel2
- Parameters
tmin (str or pandas.Timestamp, optional) –
tmax (str or pandas.Timestamp, optional) –
figsize (tuple, optional) –
- Returns
axes
- Return type
list of axes objects