Graph a polygon on the grid

~7 min

Place a point for every ordered pair given.

Plotting Vertices

012345012345ABC

To graph a polygon, find the x-coordinate on the horizontal axis and the y-coordinate on the vertical axis, then place a point at that intersection for each vertex.

💡 Always start at the origin (0,0) and move across first, then up.