Re: Scale Values on Plot[]
- To: mathgroup at smc.vnet.net
- Subject: [mg51350] Re: [mg51294] Scale Values on Plot[]
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Fri, 15 Oct 2004 02:45:43 -0400 (EDT)
- Reply-to: hanlonr at cox.net
- Sender: owner-wri-mathgroup at wolfram.com
Needs["Graphics`Graphics`"]; Plot[Sin[x], {x,-Pi,Pi}, Ticks->{PiScale, Automatic}]; Bob Hanlon > > From: "Jeremy Foster" <jeremyrfoster at hotmail.com> To: mathgroup at smc.vnet.net > Date: 2004/10/14 Thu AM 06:35:05 EDT > To: mathgroup at smc.vnet.net > Subject: [mg51350] [mg51294] Scale Values on Plot[] > > I would like to plot the simple function of Sin[x] but have the x axis > labels be -Pi, -Pi/2, 0, Pi/2, Pi instead of integer values 1, 2, 3, etc. Is > this possible? > > Jeremy Foster > >