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