RE: arrows at both ends of a line?
- To: mathgroup at smc.vnet.net
- Subject: [mg40563] RE: [mg40495] arrows at both ends of a line?
- From: "David Park" <djmp at earthlink.net>
- Date: Thu, 10 Apr 2003 03:38:58 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Daniel, Just draw two arrows in opposite directions. Needs["Graphics`Arrow`"] Show[Graphics[ {Arrow[{0, 0}, {2, 2}], Arrow[{2, 2}, {0, 0}]}], Frame -> True, ImageSize -> 400]; If you want arrows at fractional distances along a line, arrows on curves, multiple arrowheads on curves, and similar usage for 3D arrows, try the DrawingArrows subpackage part of the DrawGraphics package at my web site. David Park djmp at earthlink.net http://home.earthlink.net/~djmp/ From: Daniel Nettels [mailto:Daniel.Nettels at unifr.ch] To: mathgroup at smc.vnet.net Hi How can I draw arrows at both and of a line? Daniel Nettels