linear blue colormap
cmap=oceancolormap(n)
integer >= 3, the colormap size.
matrix with 3 columns [R,G,B].
[R,G,B]
oceancolormap computes a colormap with with n blue colors varying linearly from black to white.
oceancolormap
n
f = scf(); plot3d1(); f.color_map = oceancolormap(32);