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