pastas.plotting.plotly.Plotly ============================= .. toctree:: :hidden: /api/pastas/plotting/plotly/Plotly.plot /api/pastas/plotting/plotly/Plotly.results /api/pastas/plotting/plotly/Plotly.diagnostics .. py:class:: pastas.plotting.plotly.Plotly(model) Extension class for interactive plotly figures for pastas Models. .. rubric:: Examples Register extension:: ps.extensions.register_plotly_extension() INFO: Registered plotly plotting methods in Model class, e.g. `ml.plotly.plot()`. Then plot and save the figure as html:: fig = ml.plotly.results() fig.write_html("results_figure.html") .. !! processed by numpydoc !! Methods ------- .. autoapisummary:: pastas.plotting.plotly.Plotly.plot pastas.plotting.plotly.Plotly.results pastas.plotting.plotly.Plotly.diagnostics