next up previous contents
Next: Colours in IDL Up: Lecture 3: Graphics (for Previous: Changing default of keywords   Contents

Contour Plots

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



lecjm 2008-11-06