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
- References:
- Automatically colred and indexed custom locators
- From: Chris Young <cy56@comcast.net>
- Automatically colred and indexed custom locators