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

I402 Automatically generate plots of all timeseries outputs #469

Merged
merged 18 commits into from
Dec 2, 2020

Conversation

hschilling
Copy link
Member

Summary

Provides a way to easily create simple plots of the implicit solution and explicit simulation results for all timeseries outputs.
The plots include multiple phases on a single set of axes by default.
The different phases are plotted uniquely using colors from a colormap of 20 colors.
Plots are placed in a user-settable subdirectory.
Plotting is done from recorded files, not live problem objects.
The user can generate plots in one of three ways:

  1. from the command line interface
  2. using the run_problem function
  3. using the timeseries_plots function

Related Issues

Status

  • Ready for merge

Backwards incompatibilities

None

New Dependencies

None

@coveralls
Copy link

coveralls commented Nov 25, 2020

Coverage Status

Coverage increased (+0.06%) to 96.186% when pulling 40fc426 on hschilling:I402-timeseries-plots into e14fe44 on OpenMDAO:master.

@robfalck robfalck self-requested a review November 30, 2020 12:47
Copy link
Contributor

@robfalck robfalck left a comment

Choose a reason for hiding this comment

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

I'm generally really happy with this. Aside from the filename nit pick, it should plot every variable in the timeseries, not just the states and time.

@robfalck robfalck self-requested a review December 2, 2020 19:33
@robfalck robfalck merged commit 53cc645 into OpenMDAO:master Dec 2, 2020
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.

Automatically generate plots of all timeseries outputs
3 participants