Example
Dendrogram is proposed by Tamara Munzner in Tree Juxtaposer. Dendrogram, also known as the accordion drawing, is a tree visualization designed for visualizing phylogenetic trees.
Visual Elements
The nodes of Dendrogram is hidden. The links of BarcodeTree is hidden. Dendrogram is built based on top-down recursive mode.
Coordinate System
The coordinate system of Dendrogram is cartesian coordinate system.
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