Re: Issue with Locator's crosshairs object
- To: mathgroup at smc.vnet.net
- Subject: [mg81997] Re: Issue with Locator's crosshairs object
- From: "David Park" <djmpark at comcast.net>
- Date: Tue, 9 Oct 2007 05:33:46 -0400 (EDT)
- References: <fec9v4$fju$1@smc.vnet.net>
I think this and the PlotMarker problem are bugs and so far WRI has been silent about them. They really should be fixed. -- David Park djmpark at comcast.net http://home.comcast.net/~djmpark/ "Mark Fisher" <particlefilter at gmail.com> wrote in message news:fec9v4$fju$1 at smc.vnet.net... > Hi all, > > As the following illustrates, the circles of Locator's crosshairs > object do not align with the location: > > Graphics[{Locator[{0, 0}, ImageSize -> 200], Red, Thick, > PointSize[.03], Point[{0, 0}], Circle[{0, 0}, 1]}, PlotRange -> 2, > ImageSize -> 300] > > I'm using Version 6.0.1 with WinXP Pro SP2. Do others have this issue? > Is this a bug? > > --Mark > >