pastas.plotting.plotly.Plotly.results#
- pastas.plotting.plotly.Plotly.results(tmin=None, tmax=None, stderr=False)#
Plotly version of pastas.Model.plots.results().
- Parameters:
ml (pastas.Model) – model to plot results for
tmin (pandas.Timestamp or str, optional) – A string or pandas.Timestamp with the start date for the period (E.g. ‘1980-01-01 00:00:00’). Strings are converted to pandas.Timestamp internally. start time for model results, by default None
tmax (pandas.Timestamp or str, optional) – A string or pandas.Timestamp with the end date for the period (E.g. ‘2020-01-01 00:00:00’). Strings are converted to pandas.Timestamp internally. 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: