Steps to Plot a Point (x, y)
- Start at the Origin (0,0).
- Move 'x' units along the X-axis (right if positive, left if negative).
- From that position, move 'y' units parallel to the Y-axis (up if positive, down if negative).
- Mark the point.
Example: To plot (2, 3), move 2 units right, then 3 units up.