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] mailto:[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

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 I

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 Weighting

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

2007-06-30 Thread Viraj Vajratkar
hello ppl, hey i hav 3 .dat files... one has 1 column of x coords, another has 1 column of the same number of y coords and the last .dat file has the same number of corresponding values of a property[temperature] at those points in 1 column i was wondering how i cud make a contour of this