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}]}];