DENSITY

Purpose:

Displays table data as a density (image) plot.

Syntax:

DENSITY(table)

table

-

A multi-column series.

Example:

W1: density(rand(10));gray

 

image\density1.png

W1 generates a 10x10 random array. Each square of the checkerboard is filled according to the magnitude of the data using the GRAY colormap.

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