MathGroup Archive 1997

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

Search the Archive

Re: AxesOrigin

  • To: mathgroup at smc.vnet.net
  • Subject: [mg7349] Re: [mg7316] AxesOrigin
  • From: Allan Hayes <hay at haystack.demon.co.uk>
  • Date: Tue, 27 May 1997 22:27:41 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

23 May 1997
Chee <s14985 at sp.ac.sg>
[mg7316] AxesOrigin

> 1) How do I get the coordinates of the AxesOrigin in a plot to be 
>    shown in the plot?
> 2) By default, only the "relevant" parts of the axes are shown in  
a > plot if the AxesOrigin is outside the PlotRange. I would like  
all
> parts of of axes to be shown together with the tick marks.

Chee:

Plot[	Sin[x],{x,0,7},
	AxesOrigin ->{9,3},
	PlotRange ->{ {0,10.5},{-1,4}},
	Epilog -> Text["(9,3)",{9,3},{-1,-1}]
]

Allan Hayes
hay at haystack.demon.co.uk
http://www.haystack.demon.co.uk/
voice:+44 (0)116 2714198
fax: +44 (0)116 2718642
12 Copse Close, Leicester, LE2 4FB, UK


  • Prev by Date: Re: Export Numbers
  • Next by Date: Re: Plot3D error
  • Previous by thread: AxesOrigin
  • Next by thread: Using Sqrt[x_]/y_ ->