MathGroup Archive 2003

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

Search the Archive

Re: arrows at both ends of a line?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg40505] Re: arrows at both ends of a line?
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Wed, 9 Apr 2003 01:29:13 -0400 (EDT)
  • Organization: Universitaet Leipzig
  • References: <b6tshi$n0o$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

no but you can draw two arrows
with oposite directions

Needs["Graphics`Arrow`"]

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

Regards
  Jens


Daniel Nettels wrote:
> 
> Hi
> 
> How can I draw arrows at both and of a line?
> 
> Daniel Nettels


  • Prev by Date: Re: arrows at both ends of a line?
  • Next by Date: RE: arrows at both ends of a line?
  • Previous by thread: Re: arrows at both ends of a line?
  • Next by thread: RE: arrows at both ends of a line?