<< rainbowcolormap oбразчики summercolormap >>

Scilab Help >> Графики > color_management > oбразчики > springcolormap

springcolormap

magenta to yellow colormap

Syntax

cmap=springcolormap(n)

Arguments

n

integer >= 3, the colormap size.

cmap

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

Description

springcolormap computes a colormap with n colors varying from magenta to yellow.

Examples

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

See also


Report an issue
<< rainbowcolormap oбразчики summercolormap >>