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: [mg40508] RE: [mg40495] arrows at both ends of a line?
  • From: "Florian Jaccard" <jaccardf at eicn.ch>
  • Date: Wed, 9 Apr 2003 01:29:24 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Here a little example :


points = {{1, 1}, {3, 1}, {5, 5}};


<< "Graphics`Arrow`"


arr[liste_] := {Arrow[liste[[-2]], liste[[-1]]],
   Arrow[liste[[2]], liste[[1]]]}


Show[Graphics[arr[points]]];

Meilleures salutations

Florian Jaccard


-----Message d'origine-----
De : Daniel Nettels [mailto:Daniel.Nettels at unifr.ch]
Envoyé : mar., 8. avril 2003 09:03
À : mathgroup at smc.vnet.net
Objet : [mg40495] arrows at both ends of a line?


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: split a list
  • Previous by thread: Re: arrows at both ends of a line?
  • Next by thread: Re: arrows at both ends of a line?