oceancolormap

linear blue colormap

Calling Sequence

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.

Sample

Examples

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

See Also

Table Of Contents

This Page