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")
Methods#
Plotly version of pastas.Model.plots.diagnostics(). |
|
Plotly version of pastas.Model.plot(). |
|
Plotly version of pastas.Model.plots.results(). |