| Description: |
shrink, stretch gives the shrinking and stretching factor for the graph's representation (default is 1, 1). ((stretch=shrink) \Lambda 100)
is the scaling of the graph in percentage, e.g., (stretch,shrink) = (1,1) or (2,2) or (3,3) : : : is normal size, (stretch,shrink)
= (1,2) is half size, (stretch,shrink) = (2,1) is double size. For subgraphs, it is also the scaling factor of the summary
node. The scaling factor can also be specified by scaling: float (here, scaling 1.0 means normal size).
|