DADiSP Worksheet Functions > Function Categories > Hardcopy > PS

 

PS

Purpose:

Creates a PostScript file of the current Window.

Syntax:

PS("title", "psfile", colormode)

"title"

-

Optional. A string to be printed at the top of the Window. Defaults to the Window formula.

"psfile"

-

Optional. The PostScript output file. Defaults to "post.eps".

colormode

-

Optional. An integer, color or B&W mode:.

0:

Plot in black and white (default)

1:

Plot in color

Remarks:

A PostScript file contains a list of commands that reproduce the Window on a PostScript printer. PostScript files can also be read by a number of third party packages for complete desktop publishing capabilities.

See Also:

INFOPS

INFOPSALL

PRINTING AND PLOTTING FUNCTIONS

PSALL

PSWS