Re: axes with arrows
- To: mathgroup at smc.vnet.net
- Subject: [mg17702] Re: [mg17632] axes with arrows
- From: "Andrzej Kozlowski" <andrzej at tuins.ac.jp>
- Date: Sun, 23 May 1999 02:25:23 -0400
- Sender: owner-wri-mathgroup at wolfram.com
Mathematica's various Plot commands do not directly support arrows on the
axes. However, using the Graphics`Arrow` package you can construct your own
arrows witrh a high degree of flexibility. Here is one very simple example:
In[1]:=
<<Graphics`Arrow`
In[1]:=
Plot[x^3,{x,-1,1}, Axes->False,PlotRange->All,AspectRatio->Automatic,
Epilog->{Arrow[{0,-1},{0,1}],Arrow[{-1,0},{1,0}]}]
--
Andrzej Kozlowski
Toyama International University
JAPAN
http://sigma.tuins.ac.jp
http://eri2.tuins.ac.jp
----------
>From: "Robert Markus Wisniewski" <Robert.Wisniewski at de.bosch.com>
To: mathgroup at smc.vnet.net
>To: mathgroup at smc.vnet.net
>Subject: [mg17702] [mg17632] axes with arrows
>Date: Fri, May 21, 1999, 4:37 PM
>
> 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 ?
>
> Thanks for help
>
> Robert