springcolormap

magenta to yellow colormap

Calling Sequence

cmap=springcolormap(n)

Arguments

:n integer >= 3, the colormap size. : :cmap matrix with 3 columns [R,G,B]. :

Description

springcolormap computes a colormap with n colors varying from magenta to yellow.

Sample

Examples

f = `scf`_();
`plot3d1`_();
f.color_map = springcolormap(32);

See Also

Table Of Contents

This Page