BarPlot:

-------------------------------------------------------------------------------
   Creates a bar plot of x where x(k) is assumed held constant from k to k+1
-------------------------------------------------------------------------------
   Form:
   BarPlot( x, y )
-------------------------------------------------------------------------------

   ------
   Inputs
   ------
   t              (1,n)    X-value
   x              (1,n-1)  Perigee radius

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

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

Children: