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 > >
- References:
- label origin on plot
- From: "ptv-list@socilogy.osu.edu" <von-hippel.1@osu.edu>
- label origin on plot