abyss

Abyss colormap array.

📝 Syntax

  • c = abyss

  • c = abyss(m)

📥 Input argument

  • m - a scalar integer value: Number of colors (256 as default value).

📤 Output argument

  • c - Abyss colormap array.

📄 Description

abyss returns the colormap with abyss colors.

💡 Example

f = figure();
surf(peaks);
colormap('abyss');

🔗 See also

colormap.

🕔 History

Version
📄 Description

1.0.0

initial version

Last updated

Was this helpful?