Man Scilab

hotcolormap
Scilab Function

hotcolormap - red to yellow colormap

Calling Sequence

cmap=hotcolormap(n)

Parameters

Description

hotcolormap computes a colormap with n hot colors varying from red to yellow.

Examples


xset("colormap",hotcolormap(32))
plot3d1() 
 
  

See Also

colormap ,   graycolormap ,   jetcolormap ,   xset ,  

Back