Re: [matplotlib-devel] possible bug in quiver

2012-08-30 Thread David Raymond
Eric, OK, that seems to work. I tried something with scale_units earlier without success, but I must have been doing something wrong. Thanks for the help. Dave > On 2012/08/29 10:07 AM, David Raymond wrote: > > > > I think that I have found a serious bug in vector p

[matplotlib-devel] bug in vector plotting

2012-08-29 Thread David Raymond
I think that I have found a serious bug in vector plotting (quiver) when the "angle=xy" option is used on a plot with a large aspect ratio. It is my understanding that with this option, the vector with tail at (x,y) would have its head at (x + vx,y + vy); at least this is what it says in the docu