Re: ListPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg25039] Re: [mg25011] ListPlot
- From: "Tomas Garza" <tgarza at mail.internet.com.mx>
- Date: Fri, 1 Sep 2000 21:57:47 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Just specify the points where you want the tickmarks placed. E.g.:
In[1]:=
Plot[Sin[x], {x, 0, 2Pi}, Ticks -> {Table[x, {x, 0, 10, Pi/2}], Automatic}]
See HelpBrowser under Ticks. It is the same option for Plot and ListPlot.
Same goes for FrameTicks, but you must set the option Frame->True.
Tomas Garza
Mexico City
Brett12 28 [brett1228 at aol.com] wrote:
> 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