DADiSP Worksheet Functions > L - R > PRINTING AND PLOTTING FUNCTIONS

 

PRINTING AND PLOTTING FUNCTIONS

Purpose:

Sends the image of a Window, all Windows, a Window with an information box, or the entire Worksheet as displayed to the default printer, plotter, or PostScript file.

Syntax:

FUNCTION(arguments: see list below)

 

The following printing and plotting functions are supported:

 

INFOPLOT (Window, "title")

INFOPLOTALL("title")

INFOPRINT(Window, "title")

INFOPRINTALL("title")

INFOPS(Window, "title")

INFOPSALL("title")

PLOT(Window, "title", "hpfile", colormode)

PLOTALL("hpfile", colormode)

PLOTWS("hpfile", colormode)

PRINT(Window, "title", colormode)

PRINTALL("title", colormode)

PRINTWS(colormode)

PRINTWSFILE("filename", "wsname")

PRINTWSFILEFIRST("filename", "wsname")

PRINTWSFILENEXT("wsname")

PRNSCREEN

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

PSALL("title", "psfile", colormode)

PSWS(colormode)

 

win

-

Optional. A Window, defaults to the current Window.

"title"

-

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

"hpfile"

-

Optional. A string, the HPGL output filename or printer port, in quotes. Defaults to "hpgl.out".

"hpfile"

-

Optional. A string, the PostScript output filename or printer port, in quotes. Defaults to "post.eps".

colormode

-

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

0:

Plot in black and white (default)

1:

Plot in color

See Also:

PRINTOPT

PRINT PREVIEW FUNCTIONS

SCREENOPT