<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Heat Map in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Heat-Map/m-p/65167#M2189</link>
    <description>I usually use proc report with some conditional formatting to create heatmaps.&lt;BR /&gt;
Is there a better way using any of the new graphics procs?</description>
    <pubDate>Wed, 18 Aug 2010 14:24:34 GMT</pubDate>
    <dc:creator>Jaime</dc:creator>
    <dc:date>2010-08-18T14:24:34Z</dc:date>
    <item>
      <title>Heat Map</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Heat-Map/m-p/65167#M2189</link>
      <description>I usually use proc report with some conditional formatting to create heatmaps.&lt;BR /&gt;
Is there a better way using any of the new graphics procs?</description>
      <pubDate>Wed, 18 Aug 2010 14:24:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Heat-Map/m-p/65167#M2189</guid>
      <dc:creator>Jaime</dc:creator>
      <dc:date>2010-08-18T14:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Heat Map</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Heat-Map/m-p/65168#M2190</link>
      <description>With SAS 9.2, You can use SGPLOT procedure and / or GTL to do heat maps, however, you have to use a scatter plot and manage the size of the markers.  See examples here: &lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/sassamples/graphgallery/PROC_SGPLOT.html" target="_blank"&gt;http://support.sas.com/sassamples/graphgallery/PROC_SGPLOT.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/31/489.html" target="_blank"&gt;http://support.sas.com/kb/31/489.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/35/156.html" target="_blank"&gt;http://support.sas.com/kb/35/156.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Looking ahead, we will have a real HEATMAP statement in GTL at V9.3.</description>
      <pubDate>Wed, 18 Aug 2010 14:52:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Heat-Map/m-p/65168#M2190</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2010-08-18T14:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Heat Map</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Heat-Map/m-p/65169#M2191</link>
      <description>There are many kinds of charts people call "heat maps" - could you provide a link to an example (on the web) of the specific kind of heat map you're wanting to create?</description>
      <pubDate>Wed, 18 Aug 2010 16:03:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Heat-Map/m-p/65169#M2191</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2010-08-18T16:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Heat Map</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Heat-Map/m-p/65170#M2192</link>
      <description>Here is a link to the type of heatmap. &lt;A href="http://learnr.wordpress.com/2010/01/26/ggplot2-quick-heatmap-plotting/" target="_blank"&gt;http://learnr.wordpress.com/2010/01/26/ggplot2-quick-heatmap-plotting/&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Good to here GTL will get the heatmap function. &lt;BR /&gt;
I've troed the examples above in the past and found the sizing of the scatter dots a bit messy.</description>
      <pubDate>Wed, 18 Aug 2010 17:27:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Heat-Map/m-p/65170#M2192</guid>
      <dc:creator>Jaime</dc:creator>
      <dc:date>2010-08-18T17:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Heat Map</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Heat-Map/m-p/65171#M2193</link>
      <description>Ahh - so, really, just a grid of colored boxes, where you control the color.&lt;BR /&gt;
I don't have any examples 'exactly' like yours, but here are some similar,&lt;BR /&gt;
that could probably be adapted ...&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://robslink.com/SAS/democd22/heatmap.htm" target="_blank"&gt;http://robslink.com/SAS/democd22/heatmap.htm&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://robslink.com/SAS/democd22/heatmap_info.htm" target="_blank"&gt;http://robslink.com/SAS/democd22/heatmap_info.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
The technique used in this custom calendar chart could be adapted:&lt;BR /&gt;
&lt;A href="http://robslink.com/SAS/democd22/trend.htm" target="_blank"&gt;http://robslink.com/SAS/democd22/trend.htm&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://robslink.com/SAS/democd22/trend_info.htm" target="_blank"&gt;http://robslink.com/SAS/democd22/trend_info.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://robslink.com/SAS/democd21/emission.htm" target="_blank"&gt;http://robslink.com/SAS/democd21/emission.htm&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://robslink.com/SAS/democd21/emission_info.htm" target="_blank"&gt;http://robslink.com/SAS/democd21/emission_info.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
A gplot, similar to the sgplot that was posted:&lt;BR /&gt;
&lt;A href="http://robslink.com/SAS/democd10/pltwafer.htm" target="_blank"&gt;http://robslink.com/SAS/democd10/pltwafer.htm&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://robslink.com/SAS/democd10/pltwafer_info.htm" target="_blank"&gt;http://robslink.com/SAS/democd10/pltwafer_info.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
And, most of these 'wafer maps' could be adapted to a rectangular 'heat map':&lt;BR /&gt;
&lt;A href="http://robslink.com/SAS/democd10/aaaindex.htm" target="_blank"&gt;http://robslink.com/SAS/democd10/aaaindex.htm&lt;/A&gt;</description>
      <pubDate>Wed, 18 Aug 2010 19:39:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Heat-Map/m-p/65171#M2193</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2010-08-18T19:39:37Z</dc:date>
    </item>
  </channel>
</rss>

