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
--
_
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
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
>>
>>
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),
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
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