MathGroup Archive 2005

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

Search the Archive

Re: label origin on plot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg57731] Re: label origin on plot
  • From: "Kevin J. McCann" <kmccann at umbc.edu>
  • Date: Tue, 7 Jun 2005 02:03:32 -0400 (EDT)
  • Organization: University of Maryland, Baltimore County
  • References: <200506011003.GAA24496@smc.vnet.net> <d7mjed$bt9$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

I usually just use something like this 
PlotRange->{{-0.0001,10},{-0.0001,10}}

It is a kludge, but it works.

Kevin

Selwyn Hollis wrote:
> On Jun 1, 2005, at 6:03 AM, ptv-list at socilogy.osu.edu wrote:
> 
> 
>>In a 2-dimensional plot, Mathematica typically does not label the
>>origin. I would like X=0 to be labeled as "0." Is this possible?
>>
> 
> 
> You can add it yourself by doing something like this:
> 
>           Plot[x^2, {x, -1, 1}, Epilog -> Text[0, {0, -0.05}]]
> 
> 
> --------------
> Selwyn Hollis
> http://www.appliedsymbols.com
> 
> 


  • Prev by Date: Re: Print a selection within
  • Next by Date: Re: refering to a long pattern by a variable
  • Previous by thread: Re: label origin on plot
  • Next by thread: Re: label origin on plot