Example
Spiral Tree Layout traversal the hierarchical data using BFS method and visualize the linearized sequence using a Archimedean curve.
Visual Elements
The nodes of Spiral Tree Layout is circle. The links of Spiral Tree Layout is straight edges.
Coordinate System
The coordinate system of Spiral Tree Layout is cartesian coordinate system.
Layout
Along the x axis, the relation between root and subtree group is juxtapose. The relation among subtrees within subtree group is flatten.
Along the y axis, the relation between root and subtree group is juxtapose. The relation among subtrees within subtree group is flatten.
GoTree JSON Specification