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