Re: [Matplotlib-users] FancyArrowPatch without annotate

2008-12-19 Thread Jae-Joon Lee
On Wed, Dec 17, 2008 at 1:19 PM, Ken Schutte wrote: > It might be nice if eventually there were extra styles, e.g. "-|>", "<|-|>" > for single lines with solid arrowheads This is now added in the trunk. -JJ -- _

Re: [Matplotlib-users] FancyArrowPatch without annotate

2008-12-17 Thread Ken Schutte
On Wed, Dec 17, 2008 at 1:07 PM, Jae-Joon Lee wrote: > On Wed, Dec 17, 2008 at 9:09 AM, Ken Schutte wrote: > > On Wed, Dec 17, 2008 at 1:49 AM, Jae-Joon Lee > wrote: > >> > >> This is a correct way indeed. > >> I believe that you considered it as a plain line because the arrow > >> head is too

Re: [Matplotlib-users] FancyArrowPatch without annotate

2008-12-17 Thread Jae-Joon Lee
On Wed, Dec 17, 2008 at 9:09 AM, Ken Schutte wrote: > On Wed, Dec 17, 2008 at 1:49 AM, Jae-Joon Lee wrote: >> >> This is a correct way indeed. >> I believe that you considered it as a plain line because the arrow >> head is too small. >> You need to adjust the mutation_scale parameter. Try >> >>

Re: [Matplotlib-users] FancyArrowPatch without annotate

2008-12-17 Thread Ken Schutte
On Wed, Dec 17, 2008 at 1:49 AM, Jae-Joon Lee wrote: > > This is a correct way indeed. > I believe that you considered it as a plain line because the arrow > head is too small. > You need to adjust the mutation_scale parameter. Try > > c = matplotlib.patches.FancyArrowPatch((0.2, 0.2), (0.5, 0.5),

Re: [Matplotlib-users] FancyArrowPatch without annotate

2008-12-16 Thread Jae-Joon Lee
Ken, On Wed, Dec 17, 2008 at 1:14 AM, Ken Schutte wrote: > This new FancyArrow stuff looks great, but I'm having trouble getting it to > work. All of the gallery examples I see seem to only use it thru an > 'annotate' call. I just want to draw these arrows directly. > > I tried the following, b

[Matplotlib-users] FancyArrowPatch without annotate

2008-12-16 Thread Ken Schutte
This new FancyArrow stuff looks great, but I'm having trouble getting it to work. All of the gallery examples I see seem to only use it thru an 'annotate' call. I just want to draw these arrows directly. I tried the following, but it just draws a plain line: ax = gca() c = matplotlib.patches.Fa