Ok, so I am building a simple family tree.
Basically it works like this.
Husbands get a port on the right, wives on the left...line in between
Children get a port on the top, each parent gets a port on the bottom...lines in between.
I am using the hierarchical layout and if I don't include the marriage lines everything is relatively fine. The problem is, I need the shapes that have a line on the left/right to be next to each other, but the layout puts them underneath one another.
Is there anyway to do this without manually laying out every node?
Thanks,
David