DADiSP Worksheet Functions > Function Categories > 3D and 4D Graphics > DENSITY

 

DENSITY

Purpose:

Displays table data as a density (image) plot.

Syntax:

DENSITY(table)

table

-

A multi-column series.

Example:

density(ravel(grand(100,1),10))

 

image\densitypic01.gif

 

fills the current Window with a colored ten by ten checkerboard. Each square of the checkerboard is filled according to the magnitude of the data, with colors as defined by the current shading scheme.

Remarks:

DENSITY can be obtained by pressing the [F7] key, the Graph Styles toolbar button, or executing setplottype(3).

See Also:

CONTOUR

MAPPALETTE

SETPALETTE

SETPLOTSTYLE

SETPLOTTYPE

SETSHADING

SHADEWITH

TABLEVIEW

WATERFALL