Example
Garden Tree Layout is tree visualization layout method proposed by Peter Eades in 1992. The following tree layout approach is similar to Garden tree layout method.
Visual Elements
The nodes of Garden Tree Layout is circle. The links of Garden Tree Layout is straight line.
Coordinate System
The coordinate system of Treemap with Ovals is cartesian coordinate system.
Layout
Garden tree layout is a hybrid tree visualization of Sequence Layout and Readable TreeLayout.
- SequenceLayout Layout
Along the x axis, the relation between root and subtree group is flatten. The relation among subtrees within subtree group is juxtapose.
Along the y axis, the relation between root and subtree group is align. The relation among subtrees within subtree group is within.
- Readable TreeLayout
Along the x axis, the relation between root and subtree group is flatten. The relation among subtrees within subtree group is within.
Along the y axis, the relation between root and subtree group is align. The relation among subtrees within subtree group is juxtapose.
GoTree JSON Specification
TreeUnit Template