pastas.plotting.plotly.Plotly.plot ================================== .. py:method:: pastas.plotting.plotly.Plotly.plot(tmin=None, tmax=None) Plotly version of pastas.Model.plot(). :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 simulation, 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 simulation, by default None :type tmax: pandas.Timestamp or str, optional :returns: **fig** -- plotly Figure showing oseries and model simulation :rtype: plotly.Figure .. !! processed by numpydoc !!