AxesCart:

Path: Common/Graphics

% Draw axes on the current plot with X, Y, Z, text labels.
 The axes are all red.
--------------------------------------------------------------------------
   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

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

Back to the Common Module page