[Matplotlib-users] Kriging with Matplotlib

2008-05-16 Thread Leif Oppermann
Can someone tell me how to do kriging in Matplotlib? I have tried the contourf() function with two bivariate_normal() objects as input which produces similar looking results to what I want to archive. My data however is geo-referenced and contains 10 samples. Generating 10 objects

Re: [Matplotlib-users] Kriging with Matplotlib

2008-05-16 Thread Robert Kern
Leif Oppermann wrote: Can someone tell me how to do kriging in Matplotlib? I have tried the contourf() function with two bivariate_normal() objects as input which produces similar looking results to what I want to archive. My data however is geo-referenced and contains 10 samples.