Miscellaneous

POSITIONPLOT - specify absolute location of the current plot window on the computer screen. Argument: x and y coordinates of top left corner in units of pixels. (0, 0) is the top left of the screen.
NEWPLOTAREA - create a new plotting area. The present plotting area is retained.
PRINT - create a PostScript file or send the current plot to the printer. PRINT properties (e.g. whether it creates a file or prints, the name of any file created) are set by the Print GUI control panel.
PRINTFILE - specify which PostScript file will be written to when the PRINT command is executed. The output file name is automatically forced to have a trailing ``.ps''. As other commands like ``FILE'' can change the default filename the PRINTFILE command should be used immediately before printing.
PRINTDIRECTORY - specify the directory where the PostScript output file will be written. As other commands like ``CD'' can change the default directory the PRINTDIRECTORY command should be used immediately before printing.