Rick Muller wrote: > Having one last problem with matplotlib. I have some data that I'm > interpolating with griddata, and then plotting with contourf. For > reasons that escape me, the upper right and the lower left squares are > not being plotted. I'm printing out a 10x10 version of this to > exaggerate the effect: > > http://files.getdropbox.com/u/533499/griddata-example-text.png
Rick: That URL doesn't work. griddata won't do extrapolation, that is it won't interpolate outside the convex hull of the data. That's probably why you see those empty squares at the edges. -Jeff > > In reality, I interpolate/plot this 200x200 squares, and none of it is > all that noticeable. However, I'm worried that I'm doing something > wrong here, and that the mistake is going to come back and bite me > later on. Has anyone seen anything like this? > > Thanks for any help you can offer with this, and thank for all of the > help the list members have already given me. > > Rick > -- > Rick Muller > rpmul...@gmail.com <mailto:rpmul...@gmail.com> > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > > ------------------------------------------------------------------------ > > _______________________________________________ > Matplotlib-users mailing list > Matplotlib-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > ------------------------------------------------------------------------------ _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users