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

Return Pareto plot as Bokeh JSON #48

Open
langdal opened this issue Sep 15, 2022 · 1 comment · May be fixed by #50
Open

Return Pareto plot as Bokeh JSON #48

langdal opened this issue Sep 15, 2022 · 1 comment · May be fixed by #50
Assignees
Labels
enhancement New feature or request

Comments

@langdal
Copy link
Member

langdal commented Sep 15, 2022

The frontend will support rendering interactive plots based on JSON exported by Bokeh on the server.

In

plot_Pareto(optimizer)
the plot_Pareto method should be replaced with a method producing Bokeh JSON.

Ideally plot output should be completely controlled by the feature implemented in #46, however, in the short run we can make do with just having the Pareto plot as JSON.

@langdal langdal added the enhancement New feature or request label Sep 15, 2022
@langdal
Copy link
Member Author

langdal commented Sep 20, 2022

The frontend now supports rendering either PNG or JSON plots. It will dynamically determine the correct rendering based on the contents of the plot field.

Pending this PR: BoostV/process-optimizer-frontend#198

@abbl-DTI abbl-DTI linked a pull request Oct 31, 2022 that will close this issue
@abbl-DTI abbl-DTI linked a pull request Oct 31, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants