Research Article

A New Graph Drawing Scheme for Social Network

Algorithm 3

Optimization algorithm based on blocks.
Input: hierarchical compressed graphs-hierGraphs
Output: the layout result
while(hierGraphs not null)
springlayout(hierGraphs.topG);
ā€‚ layoutdistrArea(hierGraph.topG.nodes);
ā€‚ optimize(layout);
hierGraphs.pop();