<< getcolor Gestion des couleurs hotcolormap >>

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

graycolormap

linear gray colormap

Calling Sequence

cmap=graycolormap(n)

Arguments

n

integer >= 1, the colormap size.

cmap

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

Description

graycolormap computes a colormap with n gray colors varying linearly from black to white.

Examples

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

See Also


Report an issue
<< getcolor Gestion des couleurs hotcolormap >>