You can set the size() of the graph to what you want. Save the script of the graph to the script window and edit the size to what you want and run the script.
Graph Builder(
Size( 800, 600 ),
Show Control Panel( 0 ),
Variables( X( :Weight ), Y( :Thickness ) ),
Elements( Points( X, Y, Legend( 3 ) ) )
);