<< oceancolormap Nuanciers pinkcolormap >>

Scilab Help >> Graphiques > Couleurs > Nuanciers > parulacolormap

parulacolormap

blue to yellow colormap

Syntax

cmap=parulacolormap(n)

Arguments

n

integer >= 3, the colormap size.

cmap

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

Description

parulacolormap computes a colormap with n colors varying from blue to yellow.

Examples

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

See also

History

VersionDescription
6.0.0 Function parulacolormap introduced.

Report an issue
<< oceancolormap Nuanciers pinkcolormap >>