<< jetcolormap oбразчики parulacolormap >>

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

oceancolormap

linear blue colormap

Syntax

cmap=oceancolormap(n)

Arguments

n

integer >= 3, the colormap size.

cmap

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

Description

oceancolormap computes a colormap with with n blue colors varying linearly from black to white.

Examples

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

See also


Report an issue
<< jetcolormap oбразчики parulacolormap >>