Changes

Jump to navigation Jump to search
-- grid the data.
zi = griddata(x,y,z,xi,yi)
-- contour the gridded data, plotting dots -- at the randomly spaced data points.
-- we put this in python globals space
-- CS = plt.contour(xi,yi,zi,15,linewidths=0.5,colors='k')
\stoptext
</texcode>
 
== Python Imaging Library (PIL) ==

Navigation menu