<?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 Re: how to creat a fingerprint graph with SAS? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/how-to-creat-a-fingerprint-graph-with-SAS/m-p/524714#M17618</link>
    <description>&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;Is the version of "SAS OnDemand for Acadamic" available for heatmap?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Fri, 04 Jan 2019 21:27:18 GMT</pubDate>
    <dc:creator>Shawnkao</dc:creator>
    <dc:date>2019-01-04T21:27:18Z</dc:date>
    <item>
      <title>how to creat a fingerprint graph with SAS?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-creat-a-fingerprint-graph-with-SAS/m-p/524656#M17611</link>
      <description>&lt;P&gt;I want to creat a graph: the X-axis is&amp;nbsp;hour, the Y-axis is date, the value is continuious data(half-hourly temperature of&amp;nbsp; a year) ,which was going to show with &lt;SPAN&gt;continuious&amp;nbsp;&lt;/SPAN&gt;color. it will look link a fingerprint.&lt;/P&gt;&lt;P&gt;How to&amp;nbsp;code in SAS?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 19:07:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-creat-a-fingerprint-graph-with-SAS/m-p/524656#M17611</guid>
      <dc:creator>Shawnkao</dc:creator>
      <dc:date>2019-01-04T19:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to creat a fingerprint graph with SAS?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-creat-a-fingerprint-graph-with-SAS/m-p/524658#M17612</link>
      <description>&lt;P&gt;Try something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sgplot data=temperatures;&lt;/P&gt;
&lt;P&gt;heatmap x=hours y=date / colorresponse=values;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;BR /&gt;Dan&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 19:11:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-creat-a-fingerprint-graph-with-SAS/m-p/524658#M17612</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2019-01-04T19:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to creat a fingerprint graph with SAS?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-creat-a-fingerprint-graph-with-SAS/m-p/524695#M17613</link>
      <description>&lt;P&gt;Thank you for your quick reply.&lt;/P&gt;&lt;P&gt;I have tried, but heatmap is&amp;nbsp;not valid or it is used out of proper order.&lt;/P&gt;&lt;P&gt;I think it is the problem of my SAS edition.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 20:26:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-creat-a-fingerprint-graph-with-SAS/m-p/524695#M17613</guid>
      <dc:creator>Shawnkao</dc:creator>
      <dc:date>2019-01-04T20:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to creat a fingerprint graph with SAS?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-creat-a-fingerprint-graph-with-SAS/m-p/524698#M17614</link>
      <description>&lt;P&gt;What version of SAS do you have?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%put &amp;amp;sysvlong;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 20:32:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-creat-a-fingerprint-graph-with-SAS/m-p/524698#M17614</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2019-01-04T20:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to creat a fingerprint graph with SAS?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-creat-a-fingerprint-graph-with-SAS/m-p/524700#M17615</link>
      <description>&lt;P&gt;9.04.01M2P072314&lt;/P&gt;&lt;P&gt;Is it the version?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 20:48:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-creat-a-fingerprint-graph-with-SAS/m-p/524700#M17615</guid>
      <dc:creator>Shawnkao</dc:creator>
      <dc:date>2019-01-04T20:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to creat a fingerprint graph with SAS?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-creat-a-fingerprint-graph-with-SAS/m-p/524704#M17616</link>
      <description>&lt;P&gt;You have SAS 9.4m2. The HEATMAP and HEATMAPPARM statements where not introduced until SAS 9.4m3. Do you have access to that version or later?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 21:01:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-creat-a-fingerprint-graph-with-SAS/m-p/524704#M17616</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2019-01-04T21:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to creat a fingerprint graph with SAS?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-creat-a-fingerprint-graph-with-SAS/m-p/524712#M17617</link>
      <description>&lt;P&gt;Not yet. I'll try to get the new verison. But it maybe difficult.&lt;/P&gt;&lt;P&gt;Anyway, thank you so much for your kind help.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 21:16:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-creat-a-fingerprint-graph-with-SAS/m-p/524712#M17617</guid>
      <dc:creator>Shawnkao</dc:creator>
      <dc:date>2019-01-04T21:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to creat a fingerprint graph with SAS?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-creat-a-fingerprint-graph-with-SAS/m-p/524714#M17618</link>
      <description>&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;Is the version of "SAS OnDemand for Acadamic" available for heatmap?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 21:27:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-creat-a-fingerprint-graph-with-SAS/m-p/524714#M17618</guid>
      <dc:creator>Shawnkao</dc:creator>
      <dc:date>2019-01-04T21:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to creat a fingerprint graph with SAS?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-creat-a-fingerprint-graph-with-SAS/m-p/524716#M17619</link>
      <description>&lt;P&gt;Yes, it should have it.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 21:28:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-creat-a-fingerprint-graph-with-SAS/m-p/524716#M17619</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2019-01-04T21:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to creat a fingerprint graph with SAS?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-creat-a-fingerprint-graph-with-SAS/m-p/524717#M17620</link>
      <description>&lt;P&gt;OK, Thank you. I'll try.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 21:32:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-creat-a-fingerprint-graph-with-SAS/m-p/524717#M17620</guid>
      <dc:creator>Shawnkao</dc:creator>
      <dc:date>2019-01-04T21:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to creat a fingerprint graph with SAS?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-creat-a-fingerprint-graph-with-SAS/m-p/525397#M17624</link>
      <description>&lt;P&gt;Just to clarify, I think the usual name for this plot is just "heat map," although some might call it a multiple&amp;nbsp;time series plot or a lasagna plot. You can read about &lt;A href="https://blogs.sas.com/content/iml/2016/06/08/lasagna-plot-in-sas.html" target="_self"&gt;how to create a lasagna plot in SAS&lt;/A&gt;. The blog post includes reference to methods that use GTL or SAS/IML, both of which support creating this graph at&amp;nbsp;&lt;SPAN&gt;SAS 9.4m1.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2019 13:57:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-creat-a-fingerprint-graph-with-SAS/m-p/525397#M17624</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2019-01-08T13:57:18Z</dc:date>
    </item>
  </channel>
</rss>

