Treemap: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
nodes is determined proportionally in relation to all other nodes of the hierarchy by | nodes is determined proportionally in relation to all other nodes of the hierarchy by | ||
an attribute of the node. | an attribute of the node. | ||
== External Links == | |||
*[http://www.cs.umd.edu/hcil/treemap/ Home of Treemap] (HCIL, University of Maryland) | |||
*[[Software Links (InfoVis_Applications)#Treemap related|Treemap related Software Applications]] | |||
*[http://treemap.sourceforge.net/ TreeMap Java Library] | |||
== References == | == References == | ||
[Johnson and Shneiderman, 1991] Johnson, B. and Shneiderman, B. | *[HCIL, 2003] Human-Computer Interaction Lab / University of Maryland, [http://www.cs.umd.edu/hcil/treemap/ Treemap]. Created at: August 5, 2003. Retrieved at: October 3, 2005. http://www.cs.umd.edu/hcil/treemap/ | ||
Treemaps: A Space-Filling Approach to the Visualization of Hierarchical | *[Johnson and Shneiderman, 1991] Johnson, B. and Shneiderman, B. Treemaps: A Space-Filling Approach to the Visualization of Hierarchical Information Structures. In Proceedings of the IEEE Information Visualization ’91, pages 275–282, IEEE, 1991. | ||
pages 275–282, IEEE, 1991. | |||
[[Category:Techniques]][[Category:Hierarchical Data]] | [[Category:Techniques]][[Category:Hierarchical Data]] |
Revision as of 11:34, 3 October 2005
Treemaps [Johnson and Shneiderman, 1991] are a rectangular, space-filling approach for visualizing hierarchical data. They use 2D visualization of trees where the tree nodes are encapsulated into the area of their parent node. The size of the single nodes is determined proportionally in relation to all other nodes of the hierarchy by an attribute of the node.
External Links
- Home of Treemap (HCIL, University of Maryland)
- Treemap related Software Applications
- TreeMap Java Library
References
- [HCIL, 2003] Human-Computer Interaction Lab / University of Maryland, Treemap. Created at: August 5, 2003. Retrieved at: October 3, 2005. http://www.cs.umd.edu/hcil/treemap/
- [Johnson and Shneiderman, 1991] Johnson, B. and Shneiderman, B. Treemaps: A Space-Filling Approach to the Visualization of Hierarchical Information Structures. In Proceedings of the IEEE Information Visualization ’91, pages 275–282, IEEE, 1991.