Re: Help - Axes coordinates values
- To: mathgroup at smc.vnet.net
- Subject: [mg6929] Re: [mg6897] Help - Axes coordinates values
- From: John Fultz <jfultz>
- Date: Tue, 29 Apr 1997 20:48:11 -0400 (EDT)
- Organization: Wolfram Research, Inc.
- Sender: owner-wri-mathgroup at wolfram.com
Hypersquare wrote:
>
> 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
It's very easy to do. Here's an example:
Needs["Graphics`Graphics`"]
Plot[Sin[x], {x, 0, 2Pi}, Ticks->{PiScale, Automatic}]
You only need to run the Needs[] line before the first
time you use the Ticks->{PiScale, Automatic} thing.
John Fultz
Front End Group
Wolfram Research, Inc.