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: [mg40531] Re: arrows at both ends of a line?
  • From: Bill Rowe <listuser at earthlink.net>
  • Date: Wed, 9 Apr 2003 01:33:58 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

On 4/8/03 at 3:03 AM, Daniel.Nettels at unifr.ch (Daniel Nettels) wrote:

>How can I draw arrows at both and of a line?

Try

<< Graphics`Arrow`;
Show[Graphics[Line[{{0, 0}, { 0, 1}}]], 
      Epilog -> {Arrow[{0, .9}, {0, 1}], Arrow[{0, .2}, {0, 0}]}];


  • Prev by Date: Jordan Chevalley decomposition
  • Next by Date: How to get Mathematica to actually *add* fractions?
  • Previous by thread: Re: arrows at both ends of a line?
  • Next by thread: Re: arrows at both ends of a line?