Circle Packing: Difference between revisions
No edit summary |
No edit summary |
||
Line 55: | Line 55: | ||
{{Quotation|The layout algorithm for tree visualization leads to a simultaneously clearer and more compact visualization of a hierarchy than rectangular views and node-link diagrams. The visualization has the advantage over retangular layouts of allowing even very small nodes to remain visible without contorted aspect ratios. Though the use of display space is not more efficient than rectangular layouts, the space is helpful to see structural relationships and is easy to select (click) a node.| [Wang, W. et al., 2006]}} | |||
== Evaluation == | == Evaluation == |
Revision as of 11:52, 24 April 2007
Authors
- Hongan Wang
- Guozhong Dai
- Weixin Wang
- Hui Wang
Short description
figures
The tree nodes at different levels are represented by nested circles. Brother nodes are packed into the root node. If a node has children they are packed into it.
Packing circles with random radii. The shape is basically convex.
3D nested cylinders and spheres
Userinterface: directories are represented by white circles.
The Color of the inner circles shows the filetype and the file sizes determine the radii.
Suitable Datatypes
Suitable Datatypes for this visualization technique are (large) hierarchical data structures.
Important Citations
Evaluation
Internal Links
External Links
References
[Wang, W. et al. 2006] Wang et al. Visualization of large hierarchical data by circle packing. In Proceedings of the SIGCHI conference on Human Factors in computing systems, pages 517-520, Montréal, Québec, Canada, 2006: ACM Press.