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
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
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
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
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