MathGroup Archive 1997

[Date Index] [Thread Index] [Author Index]

Search the Archive

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




  • Prev by Date: Problem with printing
  • Next by Date: Q: how to ReadList from arbitrary disk?
  • Previous by thread: Help - Axes coordinates values
  • Next by thread: Re: Help - Axes coordinates values