Utilities > General > Print_PDFile


Print_PDFile

Purpose

sends the current figure to file

Synopsis

Print_PDFile (FName,FigOpt,PrOpt)

Description

PRINT_PDFILE sends the current figure to file 
  PRINT_PDFILE(FNAME,FIGOPT,PROPT)
  the function generates the FNAME.EXT file from the current figure; if FNAME is missing,
  it is replaced by 'PFile'; the optional arguments FIGOPT and PROPT are data structures
  with the following fields for controlling the display and the output:
  FIGOPT.Pos   : position of figure relative to display (1x4 numeric array)
                 ( default = [ 0.10 0.10 0.88 0.88 ] )
        .Ornt  : figure orientation ('landscape' or 'portrait'; default='landscape')
   PROPT.Format: file format      (default=-dpdf for PDF file)
        .Reso  : print resolution (default=-r600 for PDF file)
        .Render: plot renderer    (default=-painters)

Cross-Reference Information

This function calls:

This function is called by: