mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
DP file in SIM_ball_L1 does not work #302
So the previous commit works with one plot widget but not the other. Now it works for both.
This commit is contained in:
parent
53f0e33049
commit
0eab3d2d4e
@ -11,22 +11,16 @@
|
||||
<frequency>0.0</frequency>
|
||||
<plot background_color="" font="" foreground_color="" grid="Off" grid_color="">
|
||||
<title>Plot</title>
|
||||
<tstart>0.0</tstart>
|
||||
<tstop>0.0</tstop>
|
||||
<frequency>0.0</frequency>
|
||||
<curve>
|
||||
<var units="s">sys.exec.out.time</var>
|
||||
<var units="--" line_color="blue">ball.state.output.position[0]</var>
|
||||
<var units="m" line_color="blue">ball.state.output.position[0]</var>
|
||||
</curve>
|
||||
</plot>
|
||||
<plot background_color="" font="" foreground_color="" grid="Off" grid_color="">
|
||||
<title>Plot</title>
|
||||
<tstart>-1.0E20</tstart>
|
||||
<tstop>1.0E20</tstop>
|
||||
<frequency>0.0</frequency>
|
||||
<curve>
|
||||
<var units="s">sys.exec.out.time</var>
|
||||
<var units="--" line_color="red">ball.state.output.position[1]</var>
|
||||
<var units="m" line_color="red">ball.state.output.position[1]</var>
|
||||
</curve>
|
||||
</plot>
|
||||
</page>
|
||||
|
Loading…
Reference in New Issue
Block a user