Plot3Vector:
---------------------------------------------------------------------------
Plot a 3 vector as x, y, z subplots as well as a combined plot.
This function has a built-in 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