pastas.plotting.plotly.Plotly.results#
- Plotly.results(tmin=None, tmax=None, stderr=False)[source]#
Plotly version of pastas.Model.plots.results().
- Parameters
ml (pastas.Model) – model to plot results for
tmin (pd.Timestamp, optional) – start time for model results, by default None
tmax (pd.Timestamp, optional) – end time for model results, by default None
stderr (bool, optional) – include standard errors in parameter table, by default False
- Returns
dictionary containing plotly subplots data and layout
- Return type