- Hyperbolic tree
In
Web development jargon and information visualization, a hyperbolic tree (often shortened as hypertree) defines a visualization method for a graph inspired byhyperbolic geometry .Displaying hierarchical data as a tree suffers from visual clutter as the number of nodes per level can grow exponentially. For a simple binary tree, the maximum number of nodes at a level "n" is 2n, while the number of nodes for larger trees grows much more quickly. Drawing the tree as a node-link diagram thus requires exponential amounts of space to be displayed.
One approach is to use a "hyperbolic tree", first introduced by Lamping et al. [http://sigchi.org/chi95/Electronic/documnts/papers/jl_bdy.htm] . Hyperbolic trees employ hyperbolic space, which intrinsically has "more room" than Euclidean space. For instance, linearly increasing the radius of a circle in Euclidean space increases its circumference linearly, while the same circle in hyperbolic space would have its circumference increase exponentially. Exploiting this property allows laying out the tree in hyperbolic space in an uncluttered manner: placing a node far enough from its parent gives the node almost the same amount of space as its parent for laying out its own children.
Displaying a hyperbolic tree commonly utilizes the Poincare disk model of hyperbolic geometry, though the Klein-Beltrami model can also be used. Both display the entire hyperbolic plane within a unit disk, making the entire tree visible at once. The unit disk gives a fish-eye lens view of the plane, giving more emphasis to nodes which are in focus and displaying nodes further out of focus closer to the boundary of the disk. Traversing the hyperbolic tree requires Möbius transformations of the space, bringing new nodes into focus and moving higher levels of the hierarchy out of view.
Although hyperbolic trees have been patented in the U.S. by Xerox, various Java & JavaScript implementations exist on the web.
ee also
*
Hyperbolic geometry
*Tree (graph theory)
*Tree (data structure) External links
* http://sigchi.org/chi95/Electronic/documnts/papers/jl_bdy.htm
* http://www.touchgraph.com/
* http://hypertree.woot.com.ar/
* http://xebece.sourceforge.net/screenshots
* [http://www.visualcomplexity.com/vc/ VisualComplexity] Images of alternative visualizations
* [http://www.touchgraph.com/ TouchGraph] Live demonstrationReferences
* Cite conference
last1 = Lamping | first1 = John
last2 = Rao | first2 = Ramana
last3 = Pirolli| first3 = Peter
title = A Focus+Context Technique Based on Hyperbolic Geometry for Visualizing Large Hierarchies
booktitle = Proc. ACM Conf. Human Factors in Computing Systems, CHI
pages = 401–408
publisher = ACM
year = 1995
url = http://citeseer.ist.psu.edu/lamping95focuscontext.html
contribution-url = http://sigchi.org/chi95/Electronic/documnts/papers/jl_bdy.htm
Wikimedia Foundation. 2010.