Ask HN: Dense Tree Layout Algorithms
44 points ·
bwestergard
·
https://lynxnaturebooks.com/product/orders-and-families-of-the-birds-of-the-world-poster/
I am sure it was carefully designed by hand. What algorithms could automatically generate a layout like this? The graphviz layout algorithms are poorly suited to the problem because they cannot seem to avoid edge/node coincidence beyond a certain node density.
GistNoesis ·19 days ago
JohnKemeny ·19 days ago
To learn more, check out the Graph Drawing conference, or more specifically, their annual contests. Here are a few of the past contests:
* '24 https://mozart.diei.unipg.it/gdcontest/2024/results/
* '23 https://mozart.diei.unipg.it/gdcontest/2023/results/
* '22 https://mozart.diei.unipg.it/gdcontest/contest2022/results.h...
* '21 https://mozart.diei.unipg.it/gdcontest/contest2021/index.php...
* '20 https://mozart.diei.unipg.it/gdcontest/contest2020/results.h...
... and many more via the past contests history page: https://mozart.diei.unipg.it/gdcontest/history/
Show replies
graphviz ·18 days ago
There's this, too, https://academic.oup.com/mbe/article/33/8/2163/2579233 and it's implemented at http://phylo.io
atzeus ·19 days ago
https://treevis.net/
Show replies
brudgers ·20 days ago
Or to put it another way, you do it by hand when you care and with a computer when you are meeting a specification.
Show replies