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