Skip to content

Layout a Graph

Kevin Small edited this page Mar 20, 2023 · 1 revision

Layout a Graph

When opening a new graphml file, the first step is to apply a layout to the graph. A good first layout to try is ForceAtlas 2. The steps to follow are:

  1. Open a graphml file
  2. Apply ForceAtlas 2 layout
  3. After a few seconds, when the graph stabilizes, try ticking "Prevent Overlap" so nodes don't overlap.

Clone this wiki locally