experience and innovation

---------------------------------------------------------------------------
   Parametric Plotting.
---------------------------------------------------------------------------
   Form:
   y = ParamPlot( data, yName, xName );
---------------------------------------------------------------------------

   ------
   Inputs
   ------
   data                (.)  Parametric Plotting Data Structure
   yName               (:)  Name of variable to plot
   xName               (:)  Name of x-axis variable
   figName             (:)  Figure title (optional)
   figNum              (1)  Figure number (optional)

   -------
   Outputs
   -------
   y                 {i}(j,k) i cells of j vectors, k long

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