MathGroup Archive 1999

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: axes with arrows

  • To: mathgroup at smc.vnet.net
  • Subject: [mg17715] Re: axes with arrows
  • From: phbrf at t-online.de (Peter Breitfeld)
  • Date: Sun, 23 May 1999 02:25:30 -0400
  • Organization: das ist ein breites Feld ...
  • References: <7i33hi$bce@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Robert Markus Wisniewski <Robert.Wisniewski at de.bosch.com> schrieb:
> I will have the axes on the pictures with arrows, but I can't find the
> command for this.
> 
> Can anybody tell me, how to do it, or is Mathematica able to do it ?
> 

Robert,

you may have a look at the standard package Graphics`Arrow`. Using it,
you can eg. place an arrow at the x-Axis:

Plot[Sin[x],{x,-Pi,2Pi},Epilog->{Arrow[{2Pi+.1,0},{2Pi+.3,0}]}];
 

Es gruesst  Peter
-- 
=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=
  Peter Breitfeld, Saulgau, Germany        PGP public key:  08548045


  • Prev by Date: Re: closing input cells
  • Next by Date: Re: Tube Plot
  • Previous by thread: Re: axes with arrows
  • Next by thread: Repost: Solve: same or new bug?