Ian Thomas wrote:
> I've written some code to perform contouring on triangular grids. I
> wrote the underlying C++ for a separate project, but as there has been
> some interest on the mpl mailing lists for such functionality I've had
> a go at wrapping it up as a python module so that it is available from
> mpl. I've also added a few utility functions for plotting triangular
> grids, doing pseudocolour plots, etc.
>   

Hi Ian,

Thanks for this.

I haven't had a chance to look at your code -- can you elaborate on the
approach you took versus natural neighbors interpolation, as available
through the mlab.griddata function? (See
examples/pylab_examples/griddata_demo.py for an example apparently
similar to yours.)

-Andrew

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to