|
[Date Index]
[Thread Index]
[Author Index]
Re: label origin on plot
- To: mathgroup at smc.vnet.net
- Subject: [mg57617] Re: [mg57583] label origin on plot
- From: Selwyn Hollis <sh2.7183 at earthlink.net>
- Date: Thu, 2 Jun 2005 05:16:53 -0400 (EDT)
- References: <200506011003.GAA24496@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
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: label origin on plot
Next by Date:
Re: What is causing this error message?
Previous by thread:
label origin on plot
Next by thread:
Re: label origin on plot
|