Re: [Matplotlib-users] plotting a contour from dicrete data points

2007-07-07 Thread Jeff Whitaker
Viraj Vajratkar wrote: > > > On 7/3/07, *Jeff Whitaker* <[EMAIL PROTECTED] > > wrote: > > Michael Newman wrote: > > My understanding is the "contour" method only handles plots of > > functions, e.g. f(x,y) = z, and not discrete points. I tried looking > >

Re: [Matplotlib-users] plotting a contour from dicrete data points

2007-07-07 Thread Viraj Vajratkar
On 7/3/07, Jeff Whitaker <[EMAIL PROTECTED]> wrote: Michael Newman wrote: > My understanding is the "contour" method only handles plots of > functions, e.g. f(x,y) = z, and not discrete points. I tried looking > into this weeks ago, and couldn't find a way to handle discrete points. > > I'd love

Re: [Matplotlib-users] plotting a contour from dicrete data points

2007-07-03 Thread Jeff Whitaker
Michael Newman wrote: > My understanding is the "contour" method only handles plots of > functions, e.g. f(x,y) = z, and not discrete points. I tried looking > into this weeks ago, and couldn't find a way to handle discrete points. > > I'd love to be able to do Kriging or Inverse Distance Weighti

Re: [Matplotlib-users] plotting a contour from dicrete data points

2007-07-03 Thread Michael Newman
My understanding is the "contour" method only handles plots of functions, e.g. f(x,y) = z, and not discrete points. I tried looking into this weeks ago, and couldn't find a way to handle discrete points. I'd love to be able to do Kriging or Inverse Distance Weighting contour lines on XY points