Here are several plots of surfaces - the lines in the plane below represent the contour plot for the surface!  This is a nice feature of MATLAB's mesh plotting routine - it automatically plots the contour along with the surface (notice that the heights corresponding to contours are color coded rather than labeled with numbers)


X^2 + Y^2
z = x^2 + y^2
Z = XY
z = xy
z = cosxcosy
z = cosx*cosy
z = e^x siny
z = e^x siny
z = xycosxsiny
z = xycosxsiny
4Z = 3X + 5Y
4z = 3x + 5y
z = sin(xy)
z = sin(xy)
z = e^x sin(x)
z = e^x sinx
z =sqrtrcosr
z = sqrt(x^2 + y^2)*cos(x^2 + y^2)
z= cosrsinr
z = cos(x^2 + y^2)sin(x^2+y^2)