MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: How to do curved arrows?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg103831] Re: How to do curved arrows?
  • From: Szabolcs Horvát <szhorvat at gmail.com>
  • Date: Thu, 8 Oct 2009 07:51:35 -0400 (EDT)
  • References: <hahsp3$nc$1@smc.vnet.net>

On 2009.10.07. 13:07, Istv=E1n wrote:
> Dear Group,
>
> is there a way to draw curves with arrowheads in a convenient way?
> I did not find anything relevant in the doc.center, nor in the group
> archives.
>

Arrow[] is just like Line[], i.e. it can have any number of points.
Just generate the list of points for the curve, then wrap it in Arrow[].

Graphics[Arrow[{{0, 0}, {0, 1}, {1, 1}}]]


  • Prev by Date: Re: How to do curved arrows?
  • Next by Date: Re: How to do curved arrows?
  • Previous by thread: Re: How to do curved arrows?
  • Next by thread: Re: How to do curved arrows?