Re: [matplotlib-devel] quiver2 in svn

2006-06-11 Thread Eric Firing
Helge, Helge Avlesen wrote: > On 6/9/06, Eric Firing <[EMAIL PROTECTED]> wrote: > >>Suggestions for improvements in the API or other aspects are welcome. > > > Hi, > an option for quiver to quickly draw thousands of simple monocolor > arrows each constructed from e.g. 3 line segments would be u

Re: [matplotlib-devel] quiver2 in svn

2006-06-09 Thread Helge Avlesen
On 6/9/06, Eric Firing <[EMAIL PROTECTED]> wrote: > Suggestions for improvements in the API or other aspects are welcome. Hi, an option for quiver to quickly draw thousands of simple monocolor arrows each constructed from e.g. 3 line segments would be useful for someone(like me) that uses matplotl

Re: [matplotlib-devel] quiver2 in svn

2006-06-09 Thread Charlie Moad
They look great! I would think a DeprecationWarning when you detect the old usage would suffice for 1 major release cycle, hence all of 0.88. Thanks, Charlie On 6/9/06, Eric Firing <[EMAIL PROTECTED]> wrote: > A reimplementation of the quiver command has been committed to svn. It > is temp

[matplotlib-devel] quiver2 in svn

2006-06-09 Thread Eric Firing
A reimplementation of the quiver command has been committed to svn. It is temporarily accessible as "quiver2" so as not to interfere with the original quiver, and in examples there is a quiver2_demo.py. The API differs from that of the original quiver. See the docstring for details. Since t