Example
Multilevel Silhouette Tree is a hybrid tree visualization method proposed by Francois Boutin et al. in 2005.
Visual Elements
The nodes of Multilevel Silhouette Tree is rectangle and circle. The links is hidden and straight lines.
Coordinate System
The coordinate system of Dendrogram is cartesian coordinate system.
Layout
NestedPieTree is a hybrid tree visualization of sunburst and nodelink tree layout method.
- Sunburst 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 juxtapose. The relation among subtrees within subtree group is align.
- Nodelink Layout
Along the x axis, the relation between root and subtree group is within. 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 align.
GoTree JSON Specification
TreeUnit Template