Expand description
Layout algorithms for tree-like graphs.
Structs§
- Layout
Config - Configuration for tree layout algorithm.
Functions§
- apply_
layout - Applies the calculated layout positions to the treeize.
- layout_
and_ apply - Convenience function that performs layout and applies it in one step.
- layout_
tree - Performs hierarchical layout on a tree-like graph.
- layout_
with_ viewer - Convenience function that performs layout using a
TreeizeViewer.