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