abyss
Abyss colormap array.
📝Syntax
c = abyss
c = abyss(m)
📥Input Arguments
Parameter Description
m a scalar integer value: Number of colors (256 as default value).
📤Output Arguments
Parameter Description
c Abyss colormap array.
📄Description

abyss returns the colormap with abyss colors.

💡Examples
f = figure();
surf(peaks);
colormap('abyss');
Example illustration
🔗See Also
colormap
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub