PlotSailProfile:

--------------------------------------------------------------------------
   Default plots for the information stored in the sail orbit profile.
     - 3D plot of orbit (p.r)
     - Time history of orbital elements
     - 3D plot of sail normal vector in sun-referenced frame
     - Time history of cone and clock angles
   Pass in the environment data to add the center planet to the 3D view
   and generate plots of the orbital elements.
   Add the sail front normal (body frame), nominally +X, to view it in the 
   rotating sail frame.

   See also QSail, QToConeClock.

   Since version 7.
--------------------------------------------------------------------------
   Form:
   PlotSailProfile( p )
   PlotSailProfile( p, env )
   PlotSailProfile( p, env, normal, c )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   p        (:)     Profile data structure
   env      (:)     Environment data structure
   normal  (3,1)    Sail front body normal
   c       (1,1)    Sign convention for rotating frame

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

Children:

Common: Graphics/AddAxes
Common: Graphics/Plot2D
Common: Graphics/Plot3D
Common: Graphics/TimeLabl
Common: Quaternion/QForm
Common: Quaternion/QTForm
Math: Linear/Cross
Math: Linear/Mag
Orbit: OrbitCoord/RV2AE
SC: Ephem/SunV2
Sail: Coordinates/QSail
Sail: Coordinates/UToConeClock
Sail: SailModeling/ComputeSailNormal