tree_layout
tree_layout copied to clipboard
Reading list
- [x] Rooted trees in linear time (implemented) https://dl.acm.org/citation.cfm?id=1133017
- [ ] Drawing Non-layered Tidy Trees in Linear Time -- A.J. van der Ploeg -- Implem
- [ ] Overview of various drawing techniques
- [x] treemaps paper - implementation
- [ ] Hi-trees article
Many visualisation : http://treevis.net/
treemaps: http://www.win.tue.nl/~vanwijk/stm.pdf Sort of implementation : https://gist.github.com/hannesm/c8a9b2e75bb4f98b5100a838ea125f3b
EDIT: this is now implemented.
Some other reading recommendations on directed graphs:
- https://github.com/dagrejs/dagre/wiki#recommended-reading
- https://github.com/erikbrinkman/d3-dag
- https://ialab.it.monash.edu/webcola/
You may be interested by https://doi.org/10.1007/3-540-44969-8 which I have in my reading list for the past... 10 years.