Implicit layouts such as Sunburst and Icicle Plots show both the whole backbone of the tree with the intermediate nodes and the leafs. The hierarchy is encoded by adjacency, i.e a child node is adjacent to its root. The root-child relationship is encoded by the order (inner-to-outer for Sunburst, for example).
Optimized for trees and tasks on single nodes, neighbors, paths, and subnetworks.
Suports medium networks, up to 1000 nodes.
Not ideal for several, heterogenous node attributes, as well as large networks with over 1000 nodes.
Does not support edge attributes or non-tree like networks, as well as tasks on clusters.