2D Graphics: Filled Contour

A more dazzling appearance is the filled contour

MATLAB Code
The code is the same as labeled contours except the cnages in 2 lines - included below

[c,h] = contourf(x,y,Z,cvalues);  % figure with the contour plot - use contourf
clabel(c,h,'FontSize',8,'color','w');   % label the contours - white color