pastas.plotting.plotly.Plotly.plot#

pastas.plotting.plotly.Plotly.plot(tmin=None, tmax=None)#

Plotly version of pastas.Model.plot().

Parameters:
  • 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 simulation, 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 simulation, by default None

Returns:

fig – plotly Figure showing oseries and model simulation

Return type:

plotly.Figure