Circle Packing

From InfoVis:Wiki
Revision as of 21:59, 23 April 2007 by UE-InfoVis07-01 (talk | contribs)
Jump to navigation Jump to search

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.
[Hongan Wang et al., 2006]



figures








Suitable Datatypes

Example and use cases

Dynamic queries allow users to formulate queries by adjusting graphical widgets, such as slider, and see the results immediately. By providing a graphical visualization of the database and search results. Users can easliy change the parameters for search. The interfaces were used to explore a real-estate database and find homes meeting specific search criteria.


Internal Links

References