<< bar Graphics functions cla >>

bone


Bone colormap array.


Syntax


c = bone
c = bone(m)

Input argument


m

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

Output argument


c

Bone colormap array.

Description


bone returns the colormap with bone colors.

Example


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

See also


colormap.

History


Version Description
1.0.0 initial version

Author


Allan CORNET

<< bar Graphics functions cla >>