You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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]
, andz[1, 1]
.Dymos Version
1.9.2-dev
Relevant environment information
No response
The text was updated successfully, but these errors were encountered: