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