ReentryPlot:

--------------------------------------------------------------------------
   Plot values from reentry simulations.
   Requires the same state vector and data structure as Reentry.
   Since version 1.0
--------------------------------------------------------------------------
   Form:
   ReentryPlot( x, t, d, u )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   x           (7,:)  [r;theta;phi;v;gamma;psi;massFuel]
   t           (1,:)  Time
   d            (.)   Data structure
                      .thrust  (1,1) Thrust (N)
                      .uE      (1,:) Exhaust velocity engine (m/s)
                      .g       (1,1) Gravity (km/s^2)
                      .rPlanet (1,1) Planet radius (km)
                      .planet  (1,:) Planet name
                      .mDry    (1,1) Dry mass
                      .atmData (1,1) Data for atmosphere
                      .l       (1,1) Characteristic length
                      .cDP     (1,1) Parasitic drag coefficient
                      .sRef    (1,1) Reference area for lift and drag
                      .alpha   (1,1) Angle of attack
                      .sigma   (1,1) Bank angle
   u           (2,:)  [sigma;alpha]

   -------
   Outputs
   -------
   None

--------------------------------------------------------------------------

Children:

Common: Atmosphere/StdAtm
Common: Graphics/Plot2D
Common: Graphics/TimeLabl
Common: Time/JD2000
Orbit: Visualization/OrbTrack