Circle Packing: Difference between revisions

From InfoVis:Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 19: Line 19:


3D nested cylinders and spheres  <br/>
3D nested cylinders and spheres  <br/>
[[Image:3d_example.gif]]  <br/>
[[Image:3d_example.gif]]  <br/>




Line 28: Line 31:


== Suitable Datatypes ==
== Suitable Datatypes ==
*  
* Hierarchical data


== Important Citations ==
== Important Citations ==

Revision as of 11:54, 24 April 2007

Authors

Short description

Circle packing is a method to visualize large hierarchical data using nested circles. Inspired by treemaps and Grokker, Wang et al. developed a layout algorithm for tree structures which gives a good overview for large data sets. Tangent circles represent the brother nodes at the same level. The different leves are shown by nested circles (2D) or nested cylinders (3D). An advantage of this algorithm is the good overview for large data sets and it is easy to make out groupings and structural relationships.
[Wang, W. et al., 2006]



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.



3D nested cylinders and spheres






Suitable Datatypes

  • Hierarchical data

Important Citations

Example and use cases

Evaluation

Internal 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.