Plotly#

class Plotly(model)[source]#

Extension class for interactive plotly figures for pastas Models.

Examples

>>> ps.extensions.register_plotly_extension()
INFO: Registered plotly plotting methods in Model class, e.g. `ml.plotly.plot()`.
>>> fig = ml.plotly.results()
>>> fig.write_html("results_figure.html")
plot()[source]#

plot oseries and model simulation, interactive version of ml.plot()

results()[source]#

plot oseries, model simulation, contribution, step responses and parameters table,interactive version of ml.plots.results()

diagnostics()[source]#

plot noise, autocorrelation, distribution of noise and heteroscedasticity, interactive version of ml.plots.diagnostics()

Methods#

__init__

diagnostics

Plotly version of pastas.Model.plots.diagnostics().

plot

Plotly version of pastas.Model.plot().

results

Plotly version of pastas.Model.plots.results().