[matplotlib-devel] Bug(?) in FancyArrow overhang

2007-05-17 Thread Mark Bakker
Hello list - I tried this on the user's list, but didn't get a response. I am afraid it is a bug. I am trying to use FancyArrow to draw an arrow with given length. The length I use is from 0 to 100. I specify length_includes_head=True. This works fine when I specify a width and length. But when I

Re: [matplotlib-devel] Bug(?) in FancyArrow overhang

2007-05-17 Thread John Hunter
On 5/17/07, Mark Bakker <[EMAIL PROTECTED]> wrote: > I tried this on the user's list, but didn't get a response. > I am afraid it is a bug. > I am trying to use FancyArrow to draw an arrow with given length. > The length I use is from 0 to 100. > I specify length_includes_head=True. > This works f

[matplotlib-devel] [Fwd: Re: [Numpy-discussion] [SciPy-user] median filter with clipping]

2007-05-17 Thread Eric Firing
Pierre, I don't think John follows the numpy list closely, so I am forwarding this. Eric --- Begin Message --- n Thursday 17 May 2007 04:54:22 Travis Oliphant wrote: > I'm inclined to move his masked array over to ma wholesale. The fact > that Pierre sees it as his baby is very important to me.

Re: [matplotlib-devel] [Numpy-discussion] [SciPy-user] median filter with clipping

2007-05-17 Thread Eric Firing
Pierre GM wrote: [...] > > David, I wouldn't speak about compatibility, just about bugs: the problem was > in the implementation of .max() w/ maskedarray. The origin of the problem was > (is still) in umath.maximum.reduce that doesn't accept axis=None, so a numpy > problem ;). But I agree: swit

[matplotlib-devel] unicode support for latex

2007-05-17 Thread Andrew Straw
Hi All (esp. Darren), The attached patch adds unicode support for LaTeX. Given the recent discussion about adding preambles, I thought I'd run it past here first. Anyone opposed if I check this in? Note that I specifically added the rcParam text.latex.unicode to enable this and a default False va

Re: [matplotlib-devel] unicode support for latex

2007-05-17 Thread Andrew Straw
OK, here's the patch! :) Andrew Straw wrote: > Hi All (esp. Darren), > > The attached patch adds unicode support for LaTeX. Given the recent > discussion about adding preambles, I thought I'd run it past here first. > Anyone opposed if I check this in? > > Note that I specifically added the rcPara