Re: label origin on plot
- To: mathgroup at smc.vnet.net
- Subject: [mg57611] Re: label origin on plot
- From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
- Date: Thu, 2 Jun 2005 05:16:48 -0400 (EDT)
- Organization: Uni Leipzig
- References: <d7k33m$ogj$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, Plot[Sin[x], {x, -Pi, Pi}, Epilog -> {Text[x == 0, {0, 0}, {-1, 1}]}] Regards Jens "ptv-list at socilogy.osu.edu" <von-hippel.1 at osu.edu> schrieb im Newsbeitrag news:d7k33m$ogj$1 at smc.vnet.net... > 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? >