Displays table data as a density (image) plot.
DENSITY(table)
table |
- |
A multi-column series. |
W1: density(rand(10));gray

W1 generates a 10x10 random array. Each square of the checkerboard is filled according to the magnitude of the data using the GRAY colormap.
DENSITY can be obtained by pressing the [F7] key, the Graph Styles toolbar button, or executing setplottype(3).