Question 69984
{{{drawing( 300, 300, -5, 5, -5, 5,

  grid( 1 ),
  locate(-4,3,Point(-4,3)),
  circle(-4,3,.2)
  

)}}}
Look for the circle, the circle enclose the point. (the point is actually the intersection of the grid where the circle is) Hope this helps.