Tree layout return to parent center

I am using a tree layout and sometimes have re-convergence. After re-convergence, I would like the tree to continue centered on the proceeding branches parent. Below is what I have. I want the second branch root to be centered beneath the first. Any suggestions?

Yes, that’s not a tree-structured graph, so TreeLayout doesn’t know how to handle that. Try using LayeredDigraphLayout. Although then you may have other alignment problems.

A post was split to a new topic: Not drawing a tree