AxesCart:

--------------------------------------------------------------------------
   Draw axes on the current plot with X, Y, Z, text labels.

   The axes are all red.

   Since version 1.
--------------------------------------------------------------------------
   Form:
   AxesCart( xMin, yMin, zMin )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   xMin    (1,1)     Where you want the x-axis to start
   yMin    (1,1)     Where you want the y-axis to start
   zMin    (1,1)     Where you want the z-axis to start

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

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