I have a tree of ~4M of nodes which I want to visualize, and I did it successfully with sfdp layout, but I want improvement. Nodes are too dense, they gravitate to center too much.
Below are visualizations of a tree which has 100K nodes, each with 4 children. Four main branches are colored. I’ve tried to make a tree more distributed by lowering K factor, but it increased branch overlapping as well. How to make readable as many branches as possible? Without overlapping, with sufficient space. In Gephi ForceAtlas2 I’d lowered Gravity value, but in sfdp I don’t see this param.
Since it’s a tree, maybe some preprocessing could help - e.g. computing a number of descendants for each node and using it as a parameter in visualization.