pub fn layout_position<N, T>(tree: &T, root: N) -> HashMap<T::Index, Point<f64>>where
    T: NodeInfo<N>,
    N: Copy,