<< whitecolormap Gestion des couleurs geometric_shapes >>

Aide de Scilab >> Graphiques > Gestion des couleurs > wintercolormap

wintercolormap

blue to green colormap

Calling Sequence

cmap=wintercolormap(n)

Arguments

n

integer >= 3, the colormap size.

cmap

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

Description

wintercolormap computes a colormap with n colors varying from blue to green.

Examples

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

See Also


Report an issue
<< whitecolormap Gestion des couleurs geometric_shapes >>