Find the coordinates of the corners of the object. For example, assume you have a triangle where the points are at (4,3), (1,1) and (7,1). For a circle, choose four points where you have two sets of points directly opposite of each other.
Figure out what your scaling factor will be. In the example of the triangle, assume your scaling factor is 3.
Multiply all the coordinates by your scaling factors. In the example, (4,3) times 3 equals (12,9), (1,1) equals (3,3) and (7,1) equals (21,3).
Plot your new points on the graph paper.