Skip to content

Layouting

Richard Marcus edited this page Sep 10, 2020 · 1 revision

A main feature of TGView3D is the capability of supporting multiple different edge types in a force-directed layout. Currently, the following types are possible:

  • hierarchic: for edges that form a directed acyclic graph, creates correct hierarchic node order from bottom to top
  • tree-style: computes static layers for horizontal node placement, usually inferior to the option above
  • default: classic force directed layouting for (un)directed edges that do not represent hierarchic relations
Clone this wiki locally