PrintFig:

-------------------------------------------------------------------------------
   Prints specified figures to a printer or files.
   The figures may be printed to an encapsulated Postscript file, jpeg or png.
   (For eps will always use -depsc2 -tiff).
-------------------------------------------------------------------------------
   Form:
   PrintFig( invertHardCopy, encapsulatedPostscript, f, fName, pathName, zBuffer )
-------------------------------------------------------------------------------

   ------
   Inputs
   ------
   invertHardCopy         If == 1 will invert the color of the printed figure
   encapsulatedPostscript If == 1 will make eps file; 2, png; 3, jpeg.
   f                      Set of figures to print
   fName                  File name
   pathName               Path to the file
   zBuffer                Print in zbuffer mode

   -------
   Outputs
   -------
   none                   

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

Children:

Common: General/DeBlankAll