Re: [Matplotlib-users] Contouring on triangular grids

2009-09-18 Thread Christopher Barker
Andrew Straw wrote: > Thanks for this. Yes, indeed. It looks like nice stuff! I do encourage you to keep up the good work on this (the only thing I notice is the need for some more docs). I also encourage you to keep the contour generating code separate from anything matplotlib specific. I, fo

Re: [Matplotlib-users] Contouring on triangular grids

2009-09-18 Thread Andrew Straw
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 availab

[Matplotlib-users] Contouring on triangular grids

2009-09-18 Thread Ian Thomas
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 add