Try:
IDL> contour,z IDL> contour,z,x,y IDL> contour,z,x,y,/fill
You can use the levels keyword to specify which contours you want:
IDL> contour,z,x,y,levels=findgen(21)/10,c_label=intarr(21)+1