<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: A treemap viewer for python</title>
	<atom:link href="http://www.machine-envy.com/blog/2006/07/29/a-treemap-viewer-for-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.machine-envy.com/blog/2006/07/29/a-treemap-viewer-for-python/</link>
	<description></description>
	<lastBuildDate>Tue, 27 Jul 2010 22:59:55 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James Casbon</title>
		<link>http://www.machine-envy.com/blog/2006/07/29/a-treemap-viewer-for-python/comment-page-1/#comment-61555</link>
		<dc:creator>James Casbon</dc:creator>
		<pubDate>Mon, 26 Oct 2009 13:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.machine-envy.com/blog/?p=47#comment-61555</guid>
		<description>That&#039;s my code!</description>
		<content:encoded><![CDATA[<p>That&#8217;s my code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dugolo</title>
		<link>http://www.machine-envy.com/blog/2006/07/29/a-treemap-viewer-for-python/comment-page-1/#comment-61096</link>
		<dc:creator>dugolo</dc:creator>
		<pubDate>Mon, 10 Aug 2009 18:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.machine-envy.com/blog/?p=47#comment-61096</guid>
		<description>Use this example code:

http://www.scipy.org/Cookbook/Matplotlib/TreeMap?action=show&amp;redirect=TreeMap</description>
		<content:encoded><![CDATA[<p>Use this example code:</p>
<p><a href="http://www.scipy.org/Cookbook/Matplotlib/TreeMap?action=show&amp;redirect=TreeMap" rel="nofollow">http://www.scipy.org/Cookbook/Matplotlib/TreeMap?action=show&amp;redirect=TreeMap</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dugolo</title>
		<link>http://www.machine-envy.com/blog/2006/07/29/a-treemap-viewer-for-python/comment-page-1/#comment-61095</link>
		<dc:creator>Dugolo</dc:creator>
		<pubDate>Mon, 10 Aug 2009 18:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.machine-envy.com/blog/?p=47#comment-61095</guid>
		<description>Bram/James,

Use the example code posted here:

http://www.scipy.org/Cookbook/Matplotlib/TreeMap?action=show&amp;redirect=TreeMap</description>
		<content:encoded><![CDATA[<p>Bram/James,</p>
<p>Use the example code posted here:</p>
<p><a href="http://www.scipy.org/Cookbook/Matplotlib/TreeMap?action=show&amp;redirect=TreeMap" rel="nofollow">http://www.scipy.org/Cookbook/Matplotlib/TreeMap?action=show&amp;redirect=TreeMap</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bram Stolk</title>
		<link>http://www.machine-envy.com/blog/2006/07/29/a-treemap-viewer-for-python/comment-page-1/#comment-57013</link>
		<dc:creator>Bram Stolk</dc:creator>
		<pubDate>Mon, 16 Feb 2009 23:08:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.machine-envy.com/blog/?p=47#comment-57013</guid>
		<description>Hi,
I could not get treemap-1.05 working.
Like James, I added the &#039;import treemap&#039; thing.
I have python2.5 with numpy,scipy,matplotlib installed.
Now I get:

Exception in Tkinter callback
Traceback (most recent call last):
  File &quot;d:\python25\lib\lib-tk\Tkinter.py&quot;, line 1403, in __call__
    return self.func(*args)
  File &quot;D:\python25\Lib\site-packages\matplotlib\backends\backend_tkagg.py&quot;, lin
e 212, in resize
    self.show()
  File &quot;D:\python25\Lib\site-packages\matplotlib\backends\backend_tkagg.py&quot;, lin
e 215, in draw
    FigureCanvasAgg.draw(self)
  File &quot;D:\python25\Lib\site-packages\matplotlib\backends\backend_agg.py&quot;, line
279, in draw
    self.figure.draw(self.renderer)
  File &quot;D:\python25\Lib\site-packages\matplotlib\figure.py&quot;, line 772, in draw
    for a in self.axes: a.draw(renderer)
  File &quot;D:\python25\Lib\site-packages\matplotlib\axes.py&quot;, line 1601, in draw
    a.draw(renderer)
  File &quot;D:\python25\Lib\site-packages\matplotlib\patches.py&quot;, line 288, in draw
    r, g, b, a = colors.colorConverter.to_rgba(self._facecolor, self._alpha)
  File &quot;D:\python25\Lib\site-packages\matplotlib\colors.py&quot;, line 344, in to_rgb
a
    raise ValueError(&#039;to_rgba: Invalid rgba arg &quot;%s&quot;\n%s&#039; % (str(arg), exc))
ValueError: to_rgba: Invalid rgba arg &quot;60.4&quot;
to_rgb: Invalid rgb arg &quot;60.4&quot;
cannot convert argument to rgb sequence</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I could not get treemap-1.05 working.<br />
Like James, I added the &#8216;import treemap&#8217; thing.<br />
I have python2.5 with numpy,scipy,matplotlib installed.<br />
Now I get:</p>
<p>Exception in Tkinter callback<br />
Traceback (most recent call last):<br />
  File &#8220;d:\python25\lib\lib-tk\Tkinter.py&#8221;, line 1403, in __call__<br />
    return self.func(*args)<br />
  File &#8220;D:\python25\Lib\site-packages\matplotlib\backends\backend_tkagg.py&#8221;, lin<br />
e 212, in resize<br />
    self.show()<br />
  File &#8220;D:\python25\Lib\site-packages\matplotlib\backends\backend_tkagg.py&#8221;, lin<br />
e 215, in draw<br />
    FigureCanvasAgg.draw(self)<br />
  File &#8220;D:\python25\Lib\site-packages\matplotlib\backends\backend_agg.py&#8221;, line<br />
279, in draw<br />
    self.figure.draw(self.renderer)<br />
  File &#8220;D:\python25\Lib\site-packages\matplotlib\figure.py&#8221;, line 772, in draw<br />
    for a in self.axes: a.draw(renderer)<br />
  File &#8220;D:\python25\Lib\site-packages\matplotlib\axes.py&#8221;, line 1601, in draw<br />
    a.draw(renderer)<br />
  File &#8220;D:\python25\Lib\site-packages\matplotlib\patches.py&#8221;, line 288, in draw<br />
    r, g, b, a = colors.colorConverter.to_rgba(self._facecolor, self._alpha)<br />
  File &#8220;D:\python25\Lib\site-packages\matplotlib\colors.py&#8221;, line 344, in to_rgb<br />
a<br />
    raise ValueError(&#8217;to_rgba: Invalid rgba arg &#8220;%s&#8221;\n%s&#8217; % (str(arg), exc))<br />
ValueError: to_rgba: Invalid rgba arg &#8220;60.4&#8243;<br />
to_rgb: Invalid rgb arg &#8220;60.4&#8243;<br />
cannot convert argument to rgb sequence</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Kebinger</title>
		<link>http://www.machine-envy.com/blog/2006/07/29/a-treemap-viewer-for-python/comment-page-1/#comment-44</link>
		<dc:creator>James Kebinger</dc:creator>
		<pubDate>Sat, 26 Aug 2006 15:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.machine-envy.com/blog/?p=47#comment-44</guid>
		<description>First thanks for creating this python implementation of treemaps!

I couldn&#039;t get the egg file to work - it worked just running __init__.py. I don&#039;t know much about creating eggs, but think it should have code in a file named treemap or Treemap. 

I ended up renaming __init__.py to testtreemap.py in another directtory, then running easy_setup -f #egg=testreemap-1.0 testtreemap. The resulting egg file let me run the demo code from a separate file with the addition of &quot;from testtreemap import Treemap&quot;

cheers</description>
		<content:encoded><![CDATA[<p>First thanks for creating this python implementation of treemaps!</p>
<p>I couldn&#8217;t get the egg file to work &#8211; it worked just running __init__.py. I don&#8217;t know much about creating eggs, but think it should have code in a file named treemap or Treemap. </p>
<p>I ended up renaming __init__.py to testtreemap.py in another directtory, then running easy_setup -f #egg=testreemap-1.0 testtreemap. The resulting egg file let me run the demo code from a separate file with the addition of &#8220;from testtreemap import Treemap&#8221;</p>
<p>cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.800 seconds -->
