Re: [matplotlib-devel] New arrow implementation, proof of concept.

2008-05-05 Thread Troels Kofoed Jacobsen
Here's a more clean implementation, which allows for arrow heads in both ends as well as custom arrowheads. harrow and varrow are just wrappers to create horisontal and vertical arrows. -- Best Regards / Med Venlig Hilsen Troels Kofoed Jacobsen arrow.py Description: application/python ---

[matplotlib-devel] New arrow implementation, proof of concept.

2008-05-03 Thread Troels Kofoed Jacobsen
Hi Matplotlib devs I'm happily using this software. Have just always found your arrow implementation a bit strange, as it assumes equal axis. Here is a new, simple first draft of an arrow implementation, that does not assume equal axis. Feel free to use any of the code under your preferred li