Re: Plot and axes
- To: mathgroup at smc.vnet.net
- Subject: [mg52208] Re: [mg52197] Plot and axes
- From: yehuda ben-shimol <benshimo at bgu.ac.il>
- Date: Sun, 14 Nov 2004 20:15:05 -0500 (EST)
- References: <200411140931.EAA14535@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Use the Ticks option
Plot[f[x],{x,-4,4},Ticks->{Range[-4,4],Automatic}].
If can change the values of the grid lines in a similar fashion
yehuda
Steven Shippee wrote:
>I would like to get the marks on my "x" axis to show as '1, 2, 3, 4', just
>like the "y" axis, but by default they show as '2,4' - is there an easy way
>to find this in the help files?
>
>coordaxes =
>Plot[0, {x, -4, 4}, PlotRange -> {-4, 4}, Frame -> False,
>GridLines -> Automatic, AspectRatio -> .9, ImageSize -> 400];
>
>I did an
>Options[Plot]
>
>but could not figure out how to do it from there.
>
>Thanks in advance,
>
>Steven Shippee
>slshippee at comcast.net
>
>
>
- References:
- Plot and axes
- From: "Steven Shippee" <slshippee@comcast.net>
- Plot and axes