MathGroup Archive 2000

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

Search the Archive

Re: ListPlot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg25033] Re: [mg25011] ListPlot
  • From: John Fultz <jfultz at wolfram.com>
  • Date: Fri, 1 Sep 2000 21:57:39 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

> 
> Could someone tell me how to change the frameticks so they're in pi instead of
> numbers?
> 
> I want the X-axis, instead of going 1 2 3 4 5 to go in terms of Pi/2
> 
> I'd appreciate in e-mail at BrettSauerwein at hotmail.com
> 
> Thanks
> 
> BS


Try something like this...

Needs["Graphics`Graphics`"]

Plot[Sin[x], {x, 0, 2\[Pi]}, Frame -> True, 
  FrameTicks -> {PiScale, Automatic}]


Sincerely,

John Fultz
jfultz at wolfram.com
User Interface Group
Wolfram Research, Inc.


  • Prev by Date: Re: Printing postscript files
  • Next by Date: Derivative, Sum and KroneckerDelta symbolically
  • Previous by thread: ListPlot
  • Next by thread: Re: Re: ListPlot