MathGroup Archive 2007

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

Search the Archive

Re: Issue with Locator's crosshairs object

  • To: mathgroup at smc.vnet.net
  • Subject: [mg82828] Re: Issue with Locator's crosshairs object
  • From: "Kevin J. McCann" <Kevin.McCann at umbc.edu>
  • Date: Thu, 1 Nov 2007 05:04:48 -0500 (EST)
  • Organization: University System of Maryland
  • References: <200710080358.XAA15981@smc.vnet.net><fefi49$j9c$1@smc.vnet.net> <fg9ovi$mji$1@smc.vnet.net>

However, the cross hairs themselves appear to be correctly drawn:

Graphics[{Locator[{0,0},ImageSize->200],Red,Thick,PointSize[.03],Point[{0,0}],
Circle[{0,0},1],Blue,AbsoluteThickness[1],
Line[5*{{0,-0.1},{0,0.1},{0,0},{0.1,0},{-0.1,0}}]},
PlotRange->2,ImageSize->300]


Kevin

Gustavo Delfino wrote:
> Confirmed too in Mathematica 6.0.1 under Mac OS X 10.4.10 (intel)
> 
> Regards,
> 
> Gustavo Delfino
> 
> On Oct 9, 5:37 am, Curtis Osterhoudt <c... at lanl.gov> wrote:
>> Confirmed here on "6.0 for Linux x86 (32-bit) (June 19, 2007)".
>>
>> On Sunday 07 October 2007 21:58:38 Mark Fisher wrote:
>>
>>> 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
> 
> 

-- 

Kevin J. McCann
Research Associate Professor
JCET/Physics
Physics Building
University of Maryland, Baltimore County
1000 Hilltop Circle
Baltimore, MD 21250


  • Prev by Date: Re: datelistplot - log axis for values
  • Next by Date: Re: Re: Setting Negatives to Zero
  • Previous by thread: Re: How to construct a vector whose elements are also vectors?
  • Next by thread: Re: Issue with Locator's crosshairs object