A rooted tree, laid out tidily by depth
Leaves take sequential x left-to-right; each internal node sits at the mean x of its children.
source
<notatio-graph-plot type="tree" data='{"label":"root","children":[{"label":"a","children":[{"label":"a1"},{"label":"a2"}]},{"label":"b"}]}' />