<< springcolormap Swatches whitecolormap >>

Scilab Help >> Graphics > Color management > Swatches > summercolormap

summercolormap

green to yellow colormap

Syntax

cmap=summercolormap(n)

Arguments

n

integer >= 3, the colormap size.

cmap

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

Description

summercolormap computes a colormap with n colors varying from green to yellow.

Examples

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

See also


Report an issue
<< springcolormap Swatches whitecolormap >>