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

Timeseries report should display each element of vectorized states/controls/parameters separately. #999

Open
robfalck opened this issue Sep 21, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@robfalck
Copy link
Contributor

Description

When a state is a vector/matrix/tensor quantity at each given point in time the resulting timeseries plot is nonsensical.
Dymos should extract each element from the state (or control/parameter/etc) in this case and plot it along with a legend to indicate which plot belongs to which index.

Example

See the matrix-states cannonball test case.

Ideally the z plot would have 4 series in it, labeled in the legend as z[0, 0], z[0, 1], z[1, 0], and z[1, 1].

Dymos Version

1.9.2-dev

Relevant environment information

No response

@robfalck robfalck added the bug Something isn't working label Sep 21, 2023
@robfalck robfalck assigned robfalck and unassigned robfalck Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant