<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Echo.2 &#187; treemap</title>
	<atom:link href="http://blogs.infoecho.net/echo/tag/treemap/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.infoecho.net/echo</link>
	<description>ping and pong in the ocean of network</description>
	<lastBuildDate>Tue, 27 Mar 2012 05:49:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Diggs in a box</title>
		<link>http://blogs.infoecho.net/echo/2007/02/12/diggs-in-a-box/</link>
		<comments>http://blogs.infoecho.net/echo/2007/02/12/diggs-in-a-box/#comments</comments>
		<pubDate>Tue, 13 Feb 2007 06:03:58 +0000</pubDate>
		<dc:creator>Jason Chin</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[data visualization]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[treemap]]></category>

		<guid isPermaLink="false">http://blogs.infoecho.net/echo/?p=93</guid>
		<description><![CDATA[I have been a fan of the &#8220;treemap&#8221; algorithm to visualize data with tree-like structure . Finally, I decide to implement one last Friday noon. After a few hours, I had a basic Treemap class in python. When I was testing the class, I found the algorithm can generate some interesting artistic painting effect. The [...]]]></description>
			<content:encoded><![CDATA[<p>I have been a fan of the <a href="http://en.wikipedia.org/wiki/Treemap">&#8220;treemap&#8221; algorithm</a> to visualize data with tree-like structure .  Finally, I decide to implement one last Friday noon. After a few hours, I had a basic Treemap class in python.  When I was testing the class, I found the algorithm can generate some interesting <a href="http://www.flickr.com/photos/orcas/385329660/">artistic painting effect</a>.
<p>The following is a composition using the <a href="http://www.geneontology.org">Gene Ontology</a>. I guess this is one of the many ways to visualize the so-called Systems Biology.  You can also click on the image to see some other randomly generated compositions.<br />
<a href="http://infoecho.net/TreemapArt/"><br />
<img src="http://infoecho.net/blogs/echo/wp-content/uploads/2007/02/Picture%202.jpg" height="251" width="350" border="1" hspace="4" vspace="4" alt="Picture 2" /></a>
</p>
<p>Inspired by <a href="http://www.marumushi.com/apps/newsmap/newsmap.cfm">Newsmap</a>, I tried to see if I can use the python Treemap class and some javascript to map <a href="http://www.digg.com">Diggs</a> to a treemap. So, I spent a few hours in the last weekend making this little toy &#8212; <a href="http://infoecho.net/Sandbox/DiggsInABox.py">Diggs in A Box</a>.<br />
<a href="http://infoecho.net/Sandbox/DiggsInABox.py"><br />
<img src="http://infoecho.net/blogs/echo/wp-content/uploads/2007/02/Picture%203.jpg" height="228" width="350" border="1" hspace="4" vspace="4" alt="Picture 3" />
</p>
<p></a><br />
It is rather primitive now and I can think a long TODO list to improve it. Hopefully, I will get some time to improve its functionality and appearance eventually. If you have any suggestions, please leave a message and I hope you find such presentation of data interesting and useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.infoecho.net/echo/2007/02/12/diggs-in-a-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

