<?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: Would you like a slice of pie?</title>
	<atom:link href="http://kunxi.org/archives/2007/08/would-you-like-a-slice-of-pie/feed/" rel="self" type="application/rss+xml" />
	<link>http://kunxi.org/archives/2007/08/would-you-like-a-slice-of-pie/</link>
	<description>Yet another code monkey blog.</description>
	<lastBuildDate>Wed, 04 Jan 2012 07:28:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Brian Ray</title>
		<link>http://kunxi.org/archives/2007/08/would-you-like-a-slice-of-pie/comment-page-1/#comment-22045</link>
		<dc:creator>Brian Ray</dc:creator>
		<pubDate>Thu, 30 Aug 2007 14:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.kunxi.org/archives/2007/08/would-you-like-a-slice-of-pie/#comment-22045</guid>
		<description>Thanks for sharing. But, 3D graphs are something that, as a printing expert, I do not always like. For example perspective foreshortening can give mis-leading information about data.

In the example here, there is a technical problem with the perspective, as well. The top of the graph should be lighter than the edges. I wonder if this is a problem with the render library or what. Take a closer look and see if you see what I mean.

BTW, in the 2D realm and w. Python I prefer matplotlib.

Regards, Brian Ray</description>
		<content:encoded><![CDATA[<p>Thanks for sharing. But, 3D graphs are something that, as a printing expert, I do not always like. For example perspective foreshortening can give mis-leading information about data.</p>
<p>In the example here, there is a technical problem with the perspective, as well. The top of the graph should be lighter than the edges. I wonder if this is a problem with the render library or what. Take a closer look and see if you see what I mean.</p>
<p>BTW, in the 2D realm and w. Python I prefer matplotlib.</p>
<p>Regards, Brian Ray</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bookstack</title>
		<link>http://kunxi.org/archives/2007/08/would-you-like-a-slice-of-pie/comment-page-1/#comment-21834</link>
		<dc:creator>bookstack</dc:creator>
		<pubDate>Tue, 28 Aug 2007 13:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.kunxi.org/archives/2007/08/would-you-like-a-slice-of-pie/#comment-21834</guid>
		<description>Sumant:

Could you list your browser version, dojo version, dojox.gfx3d version?

Besides the DEPRECATED warning, have you seen any errors?</description>
		<content:encoded><![CDATA[<p>Sumant:</p>
<p>Could you list your browser version, dojo version, dojox.gfx3d version?</p>
<p>Besides the DEPRECATED warning, have you seen any errors?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumant</title>
		<link>http://kunxi.org/archives/2007/08/would-you-like-a-slice-of-pie/comment-page-1/#comment-21757</link>
		<dc:creator>Sumant</dc:creator>
		<pubDate>Mon, 27 Aug 2007 20:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.kunxi.org/archives/2007/08/would-you-like-a-slice-of-pie/#comment-21757</guid>
		<description>I downloaded your sample, but i can&#039;t see any chart. 

my browser just shows me this

That&#039;s all Folks!

And the debug window has the following

EXPERIMENTAL: dojox.gfx.svg -- APIs subject to change without notice.
DEPRECATED: dojo.declare: for class &#039;dojox.gfx.lighting.Model&#039; pass initializer function as &#039;constructor&#039; property instead of as a separate argument. -- will be removed in version: 1.0
DEPRECATED: dojo.declare: for class &#039;dojox.gfx3d.scheduler.BinarySearchTree&#039; pass initializer function as &#039;constructor&#039; property instead of as a separate argument. -- will be removed in version: 1.0
DEPRECATED: dojo.declare: for class &#039;dojox.gfx3d.Object&#039; pass initializer function as &#039;constructor&#039; property instead of as a separate argument. -- will be removed in version: 1.0
DEPRECATED: dojo.declare: for class &#039;dojox.gfx3d.Scene&#039; pass initializer function as &#039;constructor&#039; property instead of as a separate argument. -- will be removed in version: 1.0
DEPRECATED: dojo.declare: for class &#039;dojox.gfx3d.Edges&#039; pass initializer function as &#039;constructor&#039; property instead of as a separate argument. -- will be removed in version: 1.0
DEPRECATED: dojo.declare: for class &#039;dojox.gfx3d.Orbit&#039; pass initializer function as &#039;constructor&#039; property instead of as a separate argument. -- will be removed in version: 1.0
DEPRECATED: dojo.declare: for class &#039;dojox.gfx3d.Path3d&#039; pass initializer function as &#039;constructor&#039; property instead of as a separate argument. -- will be removed in version: 1.0
DEPRECATED: dojo.declare: for class &#039;dojox.gfx3d.Triangles&#039; pass initializer function as &#039;constructor&#039; property instead of as a separate argument. -- will be removed in version: 1.0
DEPRECATED: dojo.declare: for class &#039;dojox.gfx3d.Quads&#039; pass initializer function as &#039;constructor&#039; property instead of as a separate argument. -- will be removed in version: 1.0


Any ideas ?</description>
		<content:encoded><![CDATA[<p>I downloaded your sample, but i can&#8217;t see any chart. </p>
<p>my browser just shows me this</p>
<p>That&#8217;s all Folks!</p>
<p>And the debug window has the following</p>
<p>EXPERIMENTAL: dojox.gfx.svg &#8212; APIs subject to change without notice.<br />
DEPRECATED: dojo.declare: for class &#8216;dojox.gfx.lighting.Model&#8217; pass initializer function as &#8216;constructor&#8217; property instead of as a separate argument. &#8212; will be removed in version: 1.0<br />
DEPRECATED: dojo.declare: for class &#8216;dojox.gfx3d.scheduler.BinarySearchTree&#8217; pass initializer function as &#8216;constructor&#8217; property instead of as a separate argument. &#8212; will be removed in version: 1.0<br />
DEPRECATED: dojo.declare: for class &#8216;dojox.gfx3d.Object&#8217; pass initializer function as &#8216;constructor&#8217; property instead of as a separate argument. &#8212; will be removed in version: 1.0<br />
DEPRECATED: dojo.declare: for class &#8216;dojox.gfx3d.Scene&#8217; pass initializer function as &#8216;constructor&#8217; property instead of as a separate argument. &#8212; will be removed in version: 1.0<br />
DEPRECATED: dojo.declare: for class &#8216;dojox.gfx3d.Edges&#8217; pass initializer function as &#8216;constructor&#8217; property instead of as a separate argument. &#8212; will be removed in version: 1.0<br />
DEPRECATED: dojo.declare: for class &#8216;dojox.gfx3d.Orbit&#8217; pass initializer function as &#8216;constructor&#8217; property instead of as a separate argument. &#8212; will be removed in version: 1.0<br />
DEPRECATED: dojo.declare: for class &#8216;dojox.gfx3d.Path3d&#8217; pass initializer function as &#8216;constructor&#8217; property instead of as a separate argument. &#8212; will be removed in version: 1.0<br />
DEPRECATED: dojo.declare: for class &#8216;dojox.gfx3d.Triangles&#8217; pass initializer function as &#8216;constructor&#8217; property instead of as a separate argument. &#8212; will be removed in version: 1.0<br />
DEPRECATED: dojo.declare: for class &#8216;dojox.gfx3d.Quads&#8217; pass initializer function as &#8216;constructor&#8217; property instead of as a separate argument. &#8212; will be removed in version: 1.0</p>
<p>Any ideas ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Masashi</title>
		<link>http://kunxi.org/archives/2007/08/would-you-like-a-slice-of-pie/comment-page-1/#comment-21709</link>
		<dc:creator>Masashi</dc:creator>
		<pubDate>Mon, 27 Aug 2007 07:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.kunxi.org/archives/2007/08/would-you-like-a-slice-of-pie/#comment-21709</guid>
		<description>Looks great!
It&#039;s very useful.</description>
		<content:encoded><![CDATA[<p>Looks great!<br />
It&#8217;s very useful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

