SETPAGE
Name
 
  setpage
Purpose
 
  Set size and location of plot on page to center the output.
Description
 
  This will do something only if the output plot device is PS or PRINTER.
    
    In that case, it will setup a centered page output.  The default is
    
    landscape mode with xsize=25cm, and ysize=19cm.
Category
 
  Utility
Calling Sequence
 
  setpage
Inputs
Optional Input Parameters
Keyword Input Parameters
 
  LANDSCAPE - Flag, if set causes a landscape orientation output
  
  PORTRAIT  - Flag, if ste causes a portrait orientation output
                
                If you set both, you'll get portrait
  
  XSIZE     - width of output in centimeters, default for landscape is 25,
                
                default for portrait is 19.
  
  YSIZE     - height of output in centimeters, default for landscape is 19,
                
                default for portrait is 25.
Outputs
Keyword Output Parameters
Common Blocks
Side Effects
Restrictions
Procedure
Modification History
 
  Written 96/08/28, Marc W. Buie, Lowell Observatory