On Mon, Feb 15, 2010 at 2:32 AM, rcnelson wrote:
> 1) Are there any plans or would it make sense to add another keyword to the
> pyplot.arrow function that allows you to choose the arrow class you would
> like to use? The default could be FancyArrow so that the original usage of
> pyplot.arrow wil
Most of the plots I need to make for work have very different x and y axis
scales, and under these conditions, the pyplot.arrow function (which I think
is a FancyArrow) makes arrows where the heads are pretty distorted. (MPL
version 0.99.1 -- Windows; version 0.99.1.1-r1 -- Gentoo)
I've spent qui