MathGroup Archive 2004

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

Search the Archive

Re: Re: Plot Question

  • To: mathgroup at smc.vnet.net
  • Subject: [mg50748] Re: [mg50740] Re: [mg50675] Plot Question
  • From: Murray Eisenberg <murray at math.umass.edu>
  • Date: Sun, 19 Sep 2004 03:55:54 -0400 (EDT)
  • Organization: Mathematics & Statistics, Univ. of Mass./Amherst
  • References: <200409180949.FAA00599@smc.vnet.net>
  • Reply-to: murray at math.umass.edu
  • Sender: owner-wri-mathgroup at wolfram.com

"PiScale"??  I sure could have used that many times -- had I only known 
it was there!

I just searched the HelpBrowser MasterIndex, and looked at the help for 
Graphics`Graphics`, and it's not documented there.  Which is a bit 
strange, since evaluating

   ?PiScale

and clicking the "More" link in the resulting information message takes 
one to the HelpBrowser page for Graphics`Graphics` where I find no 
mention of PiScale.

This is in Mathematica 5.0.1.

David Park wrote:

> Dana,
> 
> Needs["Graphics`Graphics`"]
> 
> Plot[Sin[x], {x, 0, 2*Pi},
>     Ticks -> {PiScale, Automatic}];
>
 > ...

-- 
Murray Eisenberg                     murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower      phone 413 549-1020 (H)
University of Massachusetts                413 545-2859 (W)
710 North Pleasant Street            fax   413 545-1801
Amherst, MA 01003-9305


  • Prev by Date: Re: Syntax Questions
  • Next by Date: Re: Re: How to simplify to a result that is real
  • Previous by thread: Re: Plot Question
  • Next by thread: Re: Plot Question