Man Scilab

jetcolormap
Scilab Function

jetcolormap - blue to red colormap

Calling Sequence

cmap=jetcolormap(n)

Parameters

Description

jetcolormap computes a colormap with n colors varying from blue, lightblue, green, yellow, orange then red

Examples


xset("colormap",jetcolormap(64))
plot3d1() 
 
  

See Also

colormap ,   graycolormap ,   hotcolormap ,   xset ,  

Back