-
Notifications
You must be signed in to change notification settings - Fork 65
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
base: main
Are you sure you want to change the base?
New optimization history tab in dashboard #579
Conversation
…med variables for clarity
layout = pn.Row(pn.Column(filter_variables_text_box, | ||
variable_scroll_box), plotting_figure) | ||
|
||
return layout |
There was a problem hiding this comment.
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
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
There was a problem hiding this 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.
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