Just to clarify, both arrowstyle='simple' and arrowstyle='-|>' draw
arrows as patches. In your first example with arrowstyle='simple', the
arrow is drawn as filled patch without edges, i.e., linestyle is not
effective. arrowstyle="-|>" also uses a patch but no "fill", only
"stroke".

Regards,

-JJ

On Tue, Mar 13, 2012 at 3:28 AM, Tony Yu <tsy...@gmail.com> wrote:
> Nevermind: I though arrowstyle='simple' and arrowstyle='-|>' were the same
> thing, but apparently not (I guess one draws the line as a patch, and the
> other as a line). So the following works as expected:

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to