DADiSP Worksheet Functions > Function Categories > Hardcopy > PLOTALL

 

PLOTALL

Purpose:

Creates a plot of every Window in the current Worksheet and sends the image to an HPGL file or to the plotter.

Syntax:

PLOTALL("hpfile", colormode)

"hpfile"

-

Optional. A string, the HPGL output file. Defaults to "hpgl.out".

colormode

-

Optional. An integer, the color mode:

0:

Black & White (default)

1:

color

Remarks:

The PLOTALL function returns an HPGL file that can be copied to an HPGL-compatible plotter or printer. If the "hpfile" parameter is set to the printer port, the plots will be sent directly to the plotter.

 

Control is returned after all Windows have been printed.

See Also:

INFOPLOT

INFOPLOTALL

PLOT

PLOTWS

PRINTING AND PLOTTING FUNCTIONS