adrienverge / familytreemaker

Generates a family tree graph from a simple text file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overlapping nodes?

iLShado opened this issue · comments

It seems this code has a maximum size for a given generation, for instance I wanted to put my grandmother's five children but on the 4th one, where there's supposed to be another son, I can only see a line from the 3rd children that connects itself with the parenting line, and there's no node for that 4th person, but the weirdest thing is that after that 4th person, the 5th one fits just perfectly, so I don't know how and why is this occurring, because I followed the syntaxis instructions and all the other generations that have fewer members work, so I guess it has a limited amount of people per generation?

error

I must note that the same error occurs with the partner of a given person from that generation, as it only shows the wife and then a self connecting line (and the line that goes to their children) and right next to that node, her sister.
error2

Hello,

This is interesting, I wasn't aware. It's probably due to the way GraphViz handles DOT files with this specific configuration of nodes.

For info, this code was written 8 years ago and the project is unmaintained.

I also had some artifacts using this script. But just be sure to have unique ID's when using the same name and regenerate your tree.

Yep also having issues beyond three generations, which is very unfortunate as I otherwise appreciate this project highly