Re: [Matplotlib-users] scaling arrows in quiver

2009-10-01 Thread Eric Firing
Christopher Barker wrote: > Eric Firing wrote: >> I have committed a change to svn trunk, so that if you change the >> above to >> >> q = plt.quiver([0],[0], [1], [1], scale_units='xy', angles='xy', scale=1) > > Eric, > > You might recall that I spent a bit of time making a "stick plot" with > q

Re: [Matplotlib-users] scaling arrows in quiver

2009-10-01 Thread Christopher Barker
Eric Firing wrote: > I have committed a change to svn trunk, so that if you change the > above to > > q = plt.quiver([0],[0], [1], [1], scale_units='xy', angles='xy', scale=1) Eric, You might recall that I spent a bit of time making a "stick plot" with quiver. I go to work OK, but I couldn't do

Re: [Matplotlib-users] scaling arrows in quiver

2009-09-30 Thread jason-sage
Eric Firing wrote: > jason-s...@creativetrax.com wrote: >> A couple of us are trying to figure out how to scale arrows in a >> quiver plot so that we can exactly specify what the output arrows >> look like. For example, we'd like to scale the vectors to half of >> their size, and have it look l

Re: [Matplotlib-users] scaling arrows in quiver

2009-09-30 Thread Eric Firing
jason-s...@creativetrax.com wrote: > A couple of us are trying to figure out how to scale arrows in a quiver > plot so that we can exactly specify what the output arrows look like. > For example, we'd like to scale the vectors to half of their size, and > have it look like that on the quiver pl

Re: [Matplotlib-users] scaling arrows in quiver

2009-09-29 Thread Eric Firing
jason-s...@creativetrax.com wrote: > A couple of us are trying to figure out how to scale arrows in a quiver > plot so that we can exactly specify what the output arrows look like. > For example, we'd like to scale the vectors to half of their size, and > have it look like that on the quiver pl