Help - Axes coordinates values
- To: mathgroup at smc.vnet.net
 - Subject: [mg6932] Help - Axes coordinates values
 - From: TTCJ34A at prodigy.com ( JOHN C ERB)
 - Date: Tue, 29 Apr 1997 20:48:13 -0400 (EDT)
 - Sender: owner-wri-mathgroup at wolfram.com
 
>When I use trignometric functions with Mathematica 2.2 ,  I would 
like to
>have the x-axe with values like (1Pi, 3/2 Pi ,2Pi , 5/2Pi...)
>Anyone can help me. I'm novice.
>
>Thank you very much,
>Daniel 
Daniel,
Try:
Plot[Sin[x],{x,-Pi,Pi},Ticks->{{-Pi,-Pi/2,0,Pi/2,Pi},Automatic}];
John C. Erb