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

New optimization history tab in dashboard #579

Merged
merged 10 commits into from
Nov 19, 2024

Conversation

hschilling
Copy link
Member

Summary

Created a new optimization history tab in the dashboard that lets users select which variables to plot.

Related Issues

Backwards incompatibilities

None

New Dependencies

None

layout = pn.Row(pn.Column(filter_variables_text_box,
variable_scroll_box), plotting_figure)

return layout
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a button to export the currently plotted data as a csv would be nice

@Kenneth-T-Moore
Copy link
Member

Gave Herb some feedback from a model I ran. There may be a few things to fix.

…nt the plots were not making use of the ranges set in other parts of the code
Copy link
Member

@Kenneth-T-Moore Kenneth-T-Moore left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tried this out; it is looking good.

@jkirk5 jkirk5 added this pull request to the merge queue Nov 19, 2024
Merged via the queue into OpenMDAO:main with commit f66d8bd Nov 19, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Optimization history plot in dashboard has formatting and interaction issues
4 participants