Re: [matplotlib-devel] curved quiver arrows

2009-11-03 Thread jason-sage
Eric Firing wrote: > jason-s...@creativetrax.com wrote: >> How hard would it be to extend the quiver command to support curved >> arrows? For example, the U and V arrays, instead of giving just the >> vector, could for each vector give a list of x coordinates and a list >> of y coordinates for

Re: [matplotlib-devel] curved quiver arrows

2009-11-03 Thread Eric Firing
jason-s...@creativetrax.com wrote: > How hard would it be to extend the quiver command to support curved > arrows? For example, the U and V arrays, instead of giving just the > vector, could for each vector give a list of x coordinates and a list of > y coordinates for each segment of a vector.

[matplotlib-devel] curved quiver arrows

2009-11-03 Thread jason-sage
How hard would it be to extend the quiver command to support curved arrows? For example, the U and V arrays, instead of giving just the vector, could for each vector give a list of x coordinates and a list of y coordinates for each segment of a vector. Additionally, C could give either a colo