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