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