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