treemap

TwitterFacebook
Get flash to fully experience Pearltrees
http://en.nicoptere.net/?p=1568

treemaps « HIDIHO!

this one’s about treemaps aka space constrained visualization of hierarchical data . treemap is shorter :) what is it ?

Open Source Flex Component: TreeMap 2.0 (Beta)

http://joshblog.net/2008/05/26/open-source-flex-component-treemap-2-beta/ After quite a bit of work, I’m relieved to present a beta release for the next version of my TreeMap component for Flex .
http://www.cs.umd.edu/hcil/treemap/applet/index.shtml The Treemap 4.0 Demo is a Java Applet and requires your browser to have the Java 1.4 plugin.

Treemap 4.0 Demo

https://developers.google.com/chart/interactive/docs/gallery/treemap?hl=en#Overview Overview A visual representation of a data tree, where each node can have zero or more children, and one parent (except for the root, which has no parents). Each node is displayed as a rectangle, sized and colored according to values that you assign.

Visualization: Treemap - Google Chart Tools - Google Code

http://www.neoformix.com/all.html By: Jeff Clark Date: Sat, 08 Apr 2006 Hello and welcome to my weblog!

Discovering and Illustrating Patterns in Data

Squarified Treemaps with source !! | code zen

Treemaps (sometimes called heatmaps) are one of my favorite data visualization techniques, and it has taken me a while to finally figure out how to do them. The idea is simple: Each component is represented by a rectangle whose area is proportional to the ‘weight’ or relative importance of the item. I finally did find a technical paper on the idea and have implemented it in my source code. The algorithm efficiently finds what the best dimensions should be for the rectangle keeping its length-to-width ratio as close to one as possible. http://arpitonline.com/blog/2007/02/08/squarified-treemaps-with-source/
http://consultingblogs.emc.com/davidwynne/archive/2008/12/14/silverlight-treemap-algorithm.aspx

David Wynne's Blog : Silverlight Treemap Algorithm

I recently had a requirement to deal with displaying groups of dynamic data in Silverlight. The data will come in a variable number of groups, with a variable number of items in each group.