MathGroup Archive 2012

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

Search the Archive

Re: Automatically colred and indexed custom locators

  • To: mathgroup at smc.vnet.net
  • Subject: [mg124595] Re: Automatically colred and indexed custom locators
  • From: Christopher Young <cy56 at comcast.net>
  • Date: Thu, 26 Jan 2012 03:24:43 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <201201241005.FAA20228@smc.vnet.net> <7E8A3482-EB83-4C75-9D82-05A776C87976@gmail.com> <3A8FB798-DE48-48CB-9CA5-FBAEAE937ECD@comcast.net> <BA2CBCFC-A2E6-403D-9E62-411B401DBAFD@gmail.com>

That looks great! It does everything right. Thanks very much.

On Jan 25, 2012, at 9:24 AM, Heike Gramberg wrote:

>>> locGraphics[k_, n_, locSize_, opac_, offset_] := 
>>> Graphics[{Opacity[opac], Hue[0.85 (k - 1)/(n - 1)], Disk[{0, 0}], 
>>>   Opacity[1], Black, Circle[{0, 0}], Line[{{-1.5, 0}, {1.5, 0}}], 
>>>   Line[{{0, -1.5}, {0, 1.5}}], Text[k, {0, 0}, offset]}, 
>>>  ImageSize -> locSize]

Chris Young
cy56 at comcast.net


  • Prev by Date: Re: UnitStep plotting
  • Next by Date: Re: NDSolve and DAEs
  • Previous by thread: Re: Automatically colred and indexed custom locators
  • Next by thread: Infinite Series Error - Bug? (again)