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

Re: [Matplotlib-users] printing quality

2007-11-30 Thread Michael Droettboom
Peter I. Hansen wrote: > On Nov 30, 2007 4:58 PM, Michael Droettboom <[EMAIL PROTECTED]> wrote: >> Peter I. Hansen wrote: >>> Hi >>> >>> I'm typestting some graphs including a few axvspan's with eg. a >>> facecolor='0.6' . This looks very nice if I output a PNG, but when I >>> inculde this in my

Re: [Matplotlib-users] printing quality

2007-11-30 Thread Peter I. Hansen
On Nov 30, 2007 4:58 PM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > Peter I. Hansen wrote: > > Hi > > > > I'm typestting some graphs including a few axvspan's with eg. a > > facecolor='0.6' . This looks very nice if I output a PNG, but when I > > inculde this in my TeX document the axis labels

Re: [Matplotlib-users] printing quality

2007-11-30 Thread Michael Droettboom
Peter I. Hansen wrote: > Hi > > I'm typestting some graphs including a few axvspan's with eg. a > facecolor='0.6' . This looks very nice if I output a PNG, but when I > inculde this in my TeX document the axis labels dosn't scale. Then I > try to go the postscript way, and the the labels scale nic

[Matplotlib-users] printing quality

2007-11-30 Thread Peter I. Hansen
Hi I'm typestting some graphs including a few axvspan's with eg. a facecolor='0.6' . This looks very nice if I output a PNG, but when I inculde this in my TeX document the axis labels dosn't scale. Then I try to go the postscript way, and the the labels scale nicely but the colored fields of axvsp

[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