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

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

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.

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