<< colormap Color management coppercolormap >>

Справка Scilab >> Графики > Color management > coolcolormap

coolcolormap

cyan to magenta colormap

Calling Sequence

cmap=coolcolormap(n)

Arguments

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


Report an issue
<< colormap Color management coppercolormap >>