Stephen North's Avatar

Stephen North

@truenorth

Graphviz, infovis before it was cool

4
Followers
10
Following
2
Posts
14.10.2024
Joined
Posts Following

Latest posts by Stephen North @truenorth

Also sometimes for a directed graph try variants of: neato -Gmode=ipsep -Goverlap=false and maybe -Gsplines=true

Splines don’t scale that well in neato (it builds a huge visiblity graph on all the points of the node polygons) but the others are good.

24.12.2024 12:20 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Sometimes β€œneato -Gmodel=subset” helps. This changes the node distance model to Jaccard distance. See Figure 5 in www.graphviz.org/documentatio...

24.12.2024 12:16 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0