<< graycolormap Swatches hsvcolormap >>

Scilab Help >> Graphics > Color management > Swatches > hotcolormap

hotcolormap

red to yellow colormap

Syntax

cmap=hotcolormap(n)

Arguments

n

integer >= 3, the colormap size.

cmap

matrix with 3 columns [R,G,B].

Description

hotcolormap computes a colormap with n hot colors varying from red to yellow.

Examples

f = scf();
plot3d1();
f.color_map = hotcolormap(32);

See also


Report an issue
<< graycolormap Swatches hsvcolormap >>