How to label the each line by the corresponding values in the contour plot?

HI, all:
How to label the each line by the corresponding values in the contour plot?
Thanks!

CS=pylab.contour(X,Y,Z)
pylab.clabel(CS, inline=1, fontsize=10)

···

Le mercredi 18 octobre 2006 17:03, zhangh1@...1278... a écrit :

HI, all:
How to label the each line by the corresponding values in the contour plot?
Thanks!