Name

hotcolormap — red to yellow colormap

Calling Sequence

cmap=hotcolormap(n)

Parameters

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

colormap , autumncolormap , bonecolormap , coolcolormap , coppercolormap , graycolormap , hotcolormap , hsvcolormap , jetcolormap , oceancolormap , pinkcolormap , rainbowcolormap , springcolormap , summercolormap , whitecolormap , wintercolormap