Example
Beamtree is a tree visualization method proposed by Jarke J. van Wijk and Frank van Ham in 2002.
Visual Elements
The nodes of Beamtree is rectangle. The links is hidden.
Coordinate System
The coordinate system of Dendrogram is cartesian coordinate system.
Layout
Beamtree is a hybrid tree visualization of vertical Beamtree layout and horizontal Beamtree layout method.
- Horizontal Beamtree layout
Along the x axis, the relation between root and subtree group is include. The relation among subtrees within subtree group is align.
Along the y axis, the relation between root and subtree group is include. The relation among subtrees within subtree group is flatten.
- Vertical Beamtree layout
Along the x axis, the relation between root and subtree group is include. The relation among subtrees within subtree group is flatten.
Along the y axis, the relation between root and subtree group is include. The relation among subtrees within subtree group is align.
GoTree JSON Specification
TreeUnit Template