<< hsvcolormap Gestion des couleurs name2rgb >>

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

jetcolormap

blue to red colormap

Calling Sequence

cmap=jetcolormap(n)

Arguments

n

integer >= 3, the colormap size.

cmap

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

Description

jetcolormap computes a colormap with n colors varying from blue, lightblue, green, yellow, orange then red

Examples

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

See Also


Report an issue
<< hsvcolormap Gestion des couleurs name2rgb >>