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