<?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: How to make heat maps in Flex</title>
	<atom:link href="http://michaelvandaniker.com/blog/2008/07/06/how-to-make-heat-maps-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://michaelvandaniker.com/blog/2008/07/06/how-to-make-heat-maps-in-flex/</link>
	<description>Data Visualization Architect</description>
	<lastBuildDate>Thu, 26 Apr 2012 15:57:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: veco</title>
		<link>http://michaelvandaniker.com/blog/2008/07/06/how-to-make-heat-maps-in-flex/comment-page-1/#comment-23163</link>
		<dc:creator>veco</dc:creator>
		<pubDate>Thu, 26 Apr 2012 15:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://michaelvandaniker.com/blog/?p=4#comment-23163</guid>
		<description>Thanks Mike! I&#039;ll try this out.</description>
		<content:encoded><![CDATA[<p>Thanks Mike! I&#8217;ll try this out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://michaelvandaniker.com/blog/2008/07/06/how-to-make-heat-maps-in-flex/comment-page-1/#comment-23154</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 26 Apr 2012 11:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://michaelvandaniker.com/blog/?p=4#comment-23154</guid>
		<description>veco, you mean something like a legend? the GradientDictionary constants are arrays of hex color codes. You could create a linear gradient fill and loop over the array, populating the gradient stops each way. The draw a rect in the background of your container using that gradient fill.</description>
		<content:encoded><![CDATA[<p>veco, you mean something like a legend? the GradientDictionary constants are arrays of hex color codes. You could create a linear gradient fill and loop over the array, populating the gradient stops each way. The draw a rect in the background of your container using that gradient fill.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: veco</title>
		<link>http://michaelvandaniker.com/blog/2008/07/06/how-to-make-heat-maps-in-flex/comment-page-1/#comment-23125</link>
		<dc:creator>veco</dc:creator>
		<pubDate>Thu, 26 Apr 2012 00:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://michaelvandaniker.com/blog/?p=4#comment-23125</guid>
		<description>How can we use the different GradientDictionary color schemes (THERMAL,RAINBOW,RWB) to create a gradient background color on a container that will represent the &quot;least intense&quot; to the &quot;most intense&quot; color?

Like for example there are a total of 999 clicks on an image, I would like to plot a gradient background on a canvas/container which has the colors for the intensities on the image being heatmapped.</description>
		<content:encoded><![CDATA[<p>How can we use the different GradientDictionary color schemes (THERMAL,RAINBOW,RWB) to create a gradient background color on a container that will represent the &#8220;least intense&#8221; to the &#8220;most intense&#8221; color?</p>
<p>Like for example there are a total of 999 clicks on an image, I would like to plot a gradient background on a canvas/container which has the colors for the intensities on the image being heatmapped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harriet</title>
		<link>http://michaelvandaniker.com/blog/2008/07/06/how-to-make-heat-maps-in-flex/comment-page-1/#comment-21816</link>
		<dc:creator>Harriet</dc:creator>
		<pubDate>Fri, 06 Apr 2012 11:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://michaelvandaniker.com/blog/?p=4#comment-21816</guid>
		<description>Thanks for this subject, I will use it in my flashreport project</description>
		<content:encoded><![CDATA[<p>Thanks for this subject, I will use it in my flashreport project</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan G0dlonton-Shaw</title>
		<link>http://michaelvandaniker.com/blog/2008/07/06/how-to-make-heat-maps-in-flex/comment-page-1/#comment-13114</link>
		<dc:creator>Ryan G0dlonton-Shaw</dc:creator>
		<pubDate>Wed, 27 Apr 2011 10:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://michaelvandaniker.com/blog/?p=4#comment-13114</guid>
		<description>Amazing concept.</description>
		<content:encoded><![CDATA[<p>Amazing concept.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omar</title>
		<link>http://michaelvandaniker.com/blog/2008/07/06/how-to-make-heat-maps-in-flex/comment-page-1/#comment-10914</link>
		<dc:creator>Omar</dc:creator>
		<pubDate>Sun, 30 Jan 2011 21:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://michaelvandaniker.com/blog/?p=4#comment-10914</guid>
		<description>Hello Michael, Thanks for your suggestion, I&#039;ll take a try and let you know my results... Good Bye!</description>
		<content:encoded><![CDATA[<p>Hello Michael, Thanks for your suggestion, I&#8217;ll take a try and let you know my results&#8230; Good Bye!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://michaelvandaniker.com/blog/2008/07/06/how-to-make-heat-maps-in-flex/comment-page-1/#comment-10887</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sat, 29 Jan 2011 15:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://michaelvandaniker.com/blog/?p=4#comment-10887</guid>
		<description>Omar, the HeatMap wasn&#039;t really built to do that, but that is definitely a good feature.  You would need a way to let the class know what radius to use for each point, so you could add a radiusFunction and call it in the same way as the transformation/weight functions.  drawHeatMap would need to be altered so creating the heatMapItem happened inside the loop since that is the object responsible for drawing each point.  I hope this helps.</description>
		<content:encoded><![CDATA[<p>Omar, the HeatMap wasn&#8217;t really built to do that, but that is definitely a good feature.  You would need a way to let the class know what radius to use for each point, so you could add a radiusFunction and call it in the same way as the transformation/weight functions.  drawHeatMap would need to be altered so creating the heatMapItem happened inside the loop since that is the object responsible for drawing each point.  I hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omar</title>
		<link>http://michaelvandaniker.com/blog/2008/07/06/how-to-make-heat-maps-in-flex/comment-page-1/#comment-10850</link>
		<dc:creator>Omar</dc:creator>
		<pubDate>Thu, 27 Jan 2011 18:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://michaelvandaniker.com/blog/?p=4#comment-10850</guid>
		<description>Hello Michael, gr8 job... i&#039;ve been using this component. I&#039;d like you to tell me how can I modify the itemRadius property to change the size of a point dynamically, I&#039;ve modified the point:Point for an Object (with the point inside) and the current radius but all objects become the same size... Hope you can give me a hand. Thank you very much...</description>
		<content:encoded><![CDATA[<p>Hello Michael, gr8 job&#8230; i&#8217;ve been using this component. I&#8217;d like you to tell me how can I modify the itemRadius property to change the size of a point dynamically, I&#8217;ve modified the point:Point for an Object (with the point inside) and the current radius but all objects become the same size&#8230; Hope you can give me a hand. Thank you very much&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://michaelvandaniker.com/blog/2008/07/06/how-to-make-heat-maps-in-flex/comment-page-1/#comment-4578</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Sun, 20 Dec 2009 15:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://michaelvandaniker.com/blog/?p=4#comment-4578</guid>
		<description>Thanks Michael for this great work!  I&#039;ve created a simple tool to draw the gradient by hand, and use your process to create the gradient array...

http://isokon.net/post/gradientArray/accessColorInGradient.fla</description>
		<content:encoded><![CDATA[<p>Thanks Michael for this great work!  I&#8217;ve created a simple tool to draw the gradient by hand, and use your process to create the gradient array&#8230;</p>
<p><a href="http://isokon.net/post/gradientArray/accessColorInGradient.fla" rel="nofollow">http://isokon.net/post/gradientArray/accessColorInGradient.fla</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>http://michaelvandaniker.com/blog/2008/07/06/how-to-make-heat-maps-in-flex/comment-page-1/#comment-3593</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Tue, 03 Nov 2009 16:25:04 +0000</pubDate>
		<guid isPermaLink="false">http://michaelvandaniker.com/blog/?p=4#comment-3593</guid>
		<description>It would be interesting to extract that technique into a class that could generate random gradients, or better yet, take the algorithm and allow the user to define their own.

Again, thanks Michael!</description>
		<content:encoded><![CDATA[<p>It would be interesting to extract that technique into a class that could generate random gradients, or better yet, take the algorithm and allow the user to define their own.</p>
<p>Again, thanks Michael!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

