Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DEVELOPMENT] Implementation of interactive Bokeh/Panel plots for Pastas models #638

Closed
raoulcollenteur opened this issue Sep 6, 2023 · 2 comments · Fixed by #641
Closed
Assignees
Labels
development Indicates development of new features priority 0 high, deal with as soon as possible
Milestone

Comments

@raoulcollenteur
Copy link
Member

Describe the proposed feature
I would love to have interactive plotting options, that can ultimately be exported to HTML pages. I want to implement this in Bokeh to support other projects like dashboarding etcetera. Probably also an easy way to share interactive models with others.

Expected usage

Something like the following:

ml.bokeh_plots.results()

or, alternatively:

fig = ps.bokeh.plot_results(ml)

and to save:

fig.save_html("model.html")

Additional context

Bokeh (and other packages) should not be required dependencies, but optional. I imagine you can register the bokeh plots, and otherwise this option is not available in Pastas models.

@raoulcollenteur raoulcollenteur added the development Indicates development of new features label Sep 6, 2023
@raoulcollenteur raoulcollenteur self-assigned this Sep 6, 2023
@raoulcollenteur raoulcollenteur added this to the 1.4 milestone Sep 6, 2023
@dbrakenhoff dbrakenhoff linked a pull request Oct 17, 2023 that will close this issue
7 tasks
@raoulcollenteur raoulcollenteur modified the milestones: 1.4, 1.5 Nov 29, 2023
@martinvonk martinvonk added the priority 1 normal, deal with in the foreseeable future label Feb 19, 2024
@raoulcollenteur raoulcollenteur added priority 0 high, deal with as soon as possible and removed priority 1 normal, deal with in the foreseeable future labels Mar 31, 2024
@raoulcollenteur
Copy link
Member Author

Part of this Issue was addressed by #641 for Plotly, PR #715 will add support for Bokeh plots. After merging #715, we can close this issue.

@raoulcollenteur
Copy link
Member Author

Closing Issue after merging #715.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development Indicates development of new features priority 0 high, deal with as soon as possible
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants