pastas.plotting.plotly.Plotly.results ===================================== .. py:method:: pastas.plotting.plotly.Plotly.results(tmin=None, tmax=None, stderr=False) Plotly version of pastas.Model.plots.results(). :param ml: model to plot results for :type ml: pastas.Model :param tmin: 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 :type tmin: pandas.Timestamp or str, optional :param tmax: 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 :type tmax: pandas.Timestamp or str, optional :param stderr: include standard errors in parameter table, by default False :type stderr: bool, optional :returns: dictionary containing plotly subplots data and layout :rtype: dict .. !! processed by numpydoc !!