Name

coolcolormap — cyan to magenta colormap

Calling Sequence

cmap=coolcolormap(n)

Parameters

n

integer >= 3, the colormap size.

cmap

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

Description

coolcolormap computes a colormap with n colors varying from cyan to magenta.

Examples

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

See Also

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