Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Mr. Tree Layout Algorithm

This project is all about developing a tree layout algorithm. We pity the fool who doesn't use Mr. Tree Layout!

...

Each phase uses intermediate processors for small computations on the graph. The corresponding processors are defined in each phase. Some are defined multiple times, but they are invoked only once between phases.

Options

Currently only the node weighting for the node order can be changed by  the user through the option: Weighting of Nodes

...

  • DESCENDANTS: The weighting of a node is the number of nodes in the subtree starting at the corresponding node.
  • FAN: The weighting of a node is the maximal number of nodes in the same level of the subtree starting at the corresponding node.

Literature

Related publications:

Features

Mr.Tree is a layout algorithm that lays out a graph in a tree layout. It contains the following features:

...