/rings-tree-drawing-poc

Implementation of the tree layout algorithm from Teoh et. al. "RINGS: A Technique for Visualization of Large Hierarchies"

Primary LanguageJupyter Notebook

rings-tree-drawing-poc

Implementation of the tree layout algorithm from Teoh et. al. "RINGS: A Technique for Visualization of Large Hierarchies".

Image of octo tree with 4 full layers. Note, how nodes are laid out in concentric rings, closing in on their parent. This is especially noticeable with root node: 4 layers of otcto tree

TODO:

  • Add better rotation, to prevent edge occlusion.