PARULA Blue-green-orange-yellow color map PARULA(M) returns an M-by-3 matrix containing a colormap. The colors begin with dark purplish-blue and blue, range through green and orange, and end with bright yellow. PARULA is named after a bird, the tropical parula, which has these colors.
PARULA returns a colormap with the same number of colors as the current
figure's colormap. If no figure exists, MATLAB creates one.
EXAMPLE
This example shows how to reset the colormap of the current figure.
colormap(parula)
Syntax
map = parula(n)
See also
JET, LINES, PINK, PRISM, SPRING, SUMMER, WHITE, WINTER, COLORMAP, RGBPLOT.