Plot3Vector:

--------------------------------------------------------------------------
   Plot a 3 vector as x, y, z subplots as well as a combined plot.
   Creates 4 subplots. This function has a built-in demo.

   Type Plot3Vector for a demo.
--------------------------------------------------------------------------
   Form:
   h = Plot3Vector( time, vector, title )
--------------------------------------------------------------------------

   -------
   Inputs
   -------
   time    (1,:)     Time vector, in seconds
   vector  (3,:)     Vector data
   title    (:)      Title string for plot

   -------
   Outputs
   -------
   h       (1,1)     Figure handle

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

Children:

Common: Graphics/Plot2D
Common: Graphics/TimeLabl
SC: BasicOrbit/RVFromKepler