Circular Graph Layout Algorithm

  1. Sort nodes with respect to Community Structure (groups)
  2. Sort nodes inside of groups based on Graph Centrality
  3. Size of node is given by the angle.
    1. Mapping from centrality to angle ()
  4. Position Node
    1. Advance by
  5. Node Radius

Visually