DADiSP Worksheet Functions > Function Categories > 3D and 4D Graphics > DENSITY
Displays table data as a density (image) plot.
DENSITY(table)
table |
- |
A multi-column series. |
density(ravel(grand(100,1),10))
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.
DENSITY can be obtained by pressing the [F7] key, the Graph Styles toolbar button, or executing setplottype(3).