Re: Help - Axes coordinates values
- To: mathgroup at smc.vnet.net
- Subject: [mg6985] Re: [mg6897] Help - Axes coordinates values
- From: Kristina Pawlikowski <pawlikk at wl.wpafb.af.mil>
- Date: Thu, 1 May 1997 14:48:33 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hi Daniel, Tick labels are modified using the Ticks option in the Plot command. Here is an example (swiped from the Mma 3.0 help browser, but will work in 2.2), that creats a Sin plot with x-axis labels {0, Pi/2,Pi,3Pi/2,Pi} and y-axis labels generated automatically: Plot[Sin[x], {x, 0, 2Pi}, Ticks -> {{0, Pi/2, Pi, 3Pi/2, 2Pi}, Automatic}]; Hope this helps, Kristina >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 >