Just tell me where to plot the points :)

To rotate a figure 90 degrees counter clockwise, switch the X and Y coordinates, and then multiply the new X value by -1
Find the original points:
(2,2) becomes (-2,2)
(7,1) becomes (-1,7)
(8,-4) becomes (4,8)