Overview of predefined colormaps.
cmap = $colormapfunction$() // Replace $colormapfunction$ by the name of a function described below cmap = $colormapfunction$(n)
All these functions provide predefined colormaps for Scilab graphics:
Computes a colormap with n
colors varying from red through orange to yellow.
This function is obsolete and will be removed in Scilab 2026.0.0, please use autumn instead.
Computes a gray colormap with n
colors with a light blue tone.
This function is obsolete and will be removed in Scilab 2026.0.0, please use bone instead.
Computes a colormap with n
colors varying from cyan to magenta.
This function is obsolete and will be removed in Scilab 2026.0.0, please use cool instead.
Computes a colormap with n
colors varying from black to a light copper tone.
This function is obsolete and will be removed in Scilab 2026.0.0, please use copper instead.
Computes a colormap with n
gray colors varying linearly from black to white.
This function is obsolete and will be removed in Scilab 2026.0.0, please use gray instead.
Computes a colormap with n
hot colors varying from red to yellow.
This function is obsolete and will be removed in Scilab 2026.0.0, please use hot instead.
Computes a colormap with n
colors. This colormap varies the hue component of the
hsv color model. The colors begin with red, pass through yellow, green, cyan, blue, magenta, and return to red.
The map is particularly useful for displaying periodic functions.
This function is obsolete and will be removed in Scilab 2026.0.0, please use hsv instead.
Computes a colormap with n
colors varying from blue, lightblue, green, yellow, orange then red.
This function is obsolete and will be removed in Scilab 2026.0.0, please use jet instead.
Computes a colormap with with n
blue colors varying linearly from black to white.
This function is obsolete and will be removed in Scilab 2026.0.0, please use ocean instead.
Computes a colormap with n
colors varying from blue to yellow.
This function is obsolete and will be removed in Scilab 2026.0.0, please use parula instead.
Computes a colormap that provides sepia tone colorization on black and white images.
This function is obsolete and will be removed in Scilab 2026.0.0, please use pink instead.
Computes a colormap with n
colors varying from red through orange, yellow, green,blue to violet.
This function is obsolete and will be removed in Scilab 2026.0.0, please use rainbow instead.
Computes a colormap with n
colors varying from magenta to yellow.
This function is obsolete and will be removed in Scilab 2026.0.0, please use spring instead.
Computes a colormap with n
colors varying from green to yellow.
This function is obsolete and will be removed in Scilab 2026.0.0, please use summer instead.
Computes a completely white colormap with n
colors.
This function is obsolete and will be removed in Scilab 2026.0.0, please use white instead.
Computes a colormap with n
colors varying from blue to green.
This function is obsolete and will be removed in Scilab 2026.0.0, please use winter instead.
Computes a sequential single-hue blue colormap with n
colors.
Computes a diverging multi-hue colormap with n
colors varying from brown to green hue through blue.
Computes a sequential multi-hue colormap with n
colors varying from blue to green hue.
Computes a sequential multi-hue colormap with n
colors varying from blue to purple hue.
Computes a sequential multi-hue colormap with n
colors varying from blue to red hue.
Computes a sequential multi-hue colormap with n
colors varying from green to blue hue.
Computes a sequential single-hue green colormap with n
colors.
Computes a sequential single-hue grey colormap with n
colors.
Computes a sequential single-hue orange colormap with n
colors.
Computes a sequential multi-hue colormap with n
colors varying from orange to red hue.
Computes a diverging multi-hue colormap with n
colors varying from pink to green hue through yellow.
Computes a diverging multi-hue colormap with n
colors varying from purple to green hue through red.
Computes a sequential multi-hue colormap with n
colors varying from purple to blue hue.
Computes a sequential multi-hue colormap with n
colors varying from purple to blue hue through green.
Computes a diverging multi-hue colormap with n
colors varying from purple to orange hue.
Computes a sequential multi-hue colormap with n
colors varying from purple to red hue.
Computes a sequential single-hue purple colormap with n
colors.
Computes a sequential multi-hue colormap with n
colors varying from red to purple hue.
Computes a diverging multi-hue colormap with n
colors varying from red to blue hue through yellow.
Computes a diverging multi-hue colormap with n
colors varying from red to green hue through yellow.
Computes a sequential single-hue red colormap with n
colors.
Computes a diverging multi-hue spectral colormap with n
colors.
Computes a diverging multi-hue colormap with n
colors varying from red to blue.
Computes a diverging multi-hue colormap with n
colors varying from red to grey hue.
Computes a sequential multi-hue colormap with n
colors varying from yellow to green hue.
Computes a sequential multi-hue colormap with n
colors varying from yellow to green hue through blue.
Computes a sequential multi-hue colormap with n
colors varying from yellow to orange hue through brown.
Computes a sequential multi-hue colormap with n
colors varying from yellow to orange hue through red.
Version | Description |
2024.1.0 | Default colormap size is now based on the size of the current or default figure colormap size. |
2024.1.0 | Colormap functions renamed to autumn , bone , cool , copper , gray , hot , hsv , jet ,
ocean , parula , pink , rainbow , spring , summer , white , winter . |
2024.1.0 | Functions autumncolormap , bonecolormap , coolcolormap , coppercolormap , graycolormap , hotcolormap ,
hsvcolormap , jetcolormap , oceancolormap , parulacolormap , pinkcolormap , rainbowcolormap ,
springcolormap , summercolormap , whitecolormap , wintercolormap are obsolete and will be removed in Scilab 2026.0.0, see above for more details. |
2024.1.0 | New colormap functions blues , BrBG , BuGn , BuPu , coolwarm , GnBu , greens , greys ,
oranges , OrRd , PiYG , PRGn , PuBu , PuBuGn , PuOr , PuRd ,
purples , RdBu , RdGy , RdPu , RdYlBu , RdYlGn , reds , spectral ,
YlGn , YlGnBu , YlOrBr , YlOrRd introduced. |