contourfm
Project filled 2-D contour plot of map data
Description
The contourfm
function is the same as the contourm
function except that the areas
between contours are filled with colors. For each contour interval, contourfm
selects
a distinct color from the figure's colormap. You can obtain the same
result by setting 'Fill','on'
and 'LineColor','black'
when
calling contourm
.