| Graphics functions | ancestor >> |
| c = abyss |
| c = abyss(m) |
a scalar integer value: Number of colors (256 as default value).
Abyss colormap array.
abyss returns the colormap with abyss colors.
f = figure();
surf(peaks);
colormap('abyss');
| Version | Description |
|---|---|
| 1.0.0 | initial version |
Allan CORNET