pub fn set_leaves_to_bottom(
    tree: &mut ArenaTree<String>,
    index: usize,
    max: &mut usize
)
Expand description

Set the y values of the leaves of a tree to the same value in a cladogram.