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

Re: [Matplotlib-users] Contouring

2007-11-30 Thread Eric Firing
José Gómez-Dans wrote: > Hi, > I have written a quick'n'dirty image segmentation algorithm. It seems to work > fine. However, I am interested in getting contours of the segments > (essentially, (x,y) pairs of the edges of each segment). I can plot the > contours with MPL (pylab.contour()), but I

[Matplotlib-users] Contouring

2007-11-30 Thread José Gómez-Dans
Hi, I have written a quick'n'dirty image segmentation algorithm. It seems to work fine. However, I am interested in getting contours of the segments (essentially, (x,y) pairs of the edges of each segment). I can plot the contours with MPL (pylab.contour()), but I'd like to have the locations of