MathGroup Archive 2004

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

Search the Archive

Re: Scale Values on Plot[]

  • To: mathgroup at smc.vnet.net
  • Subject: [mg51392] Re: Scale Values on Plot[]
  • From: Marcus Stollsteimer <marcus314 at yahoo.com>
  • Date: Fri, 15 Oct 2004 02:48:37 -0400 (EDT)
  • References: <ckll4h$eph$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Jeremy Foster wrote:
> 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?

Hello Jeremy,

there was a post on this newsgroup only a couple of weeks ago
(message id <cih21c$uf$1 at smc.vnet.net>)

David Park wrote:
> Needs["Graphics`Graphics`"]
> 
> Plot[Sin[x], {x, 0, 2*Pi},
>     Ticks -> {PiScale, Automatic}];

Regards,
Marcus

-- 
Chaos in the midst of chaos isn't funny,
but chaos in the midst of order is. -- Steve Martin


  • Prev by Date: Re: FilledPlot Sideways?
  • Next by Date: Need help with HISTOGRAM plotting
  • Previous by thread: Re: Scale Values on Plot[]
  • Next by thread: Re: Scale Values on Plot[]