Question 74635
To plot (-2,-4) we start from the origin (0,0) where the x and y axis intersect. Then we go 2 units to the left (-2 in the x direction) and 4 units down (-4 in the y direction) to get to (-2,-4).


{{{drawing( 300, 300, -6, 5, -10, 10,

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

}}}The circle at (-2,-4) is supposed to be a filled in point