<?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: creating heat map of correlation matrix in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/creating-heat-map-of-correlation-matrix/m-p/350819#M12192</link>
    <description>&lt;P&gt;&amp;nbsp;Chris&amp;nbsp;Hemedinger kindly gave a solution to my question posted on his blog:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want the labels and values to be readable, you might just need to increase the dimensions of the graph:&lt;/P&gt;
&lt;P&gt;ods graphics /height=1500px width=1500px imagemap tipmax=4000;&lt;/P&gt;
&lt;P&gt;Adding the TIPMAX option allows the higher number of hover-over tips to be included as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This gives &amp;nbsp;better output, though I don't know how I would manage if I had more than 40 variables...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried other options (some suggested below) such as setting tickvalueattrs--- within the xaxisopt code:xaxisopts=(display=(line ticks tickvalues tickvalueattrs=(size=4pt weight=bold)))--- to reset the font&amp;nbsp;but these did not work.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Apr 2017 12:47:22 GMT</pubDate>
    <dc:creator>nstdt</dc:creator>
    <dc:date>2017-04-18T12:47:22Z</dc:date>
    <item>
      <title>creating heat map of correlation matrix</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/creating-heat-map-of-correlation-matrix/m-p/350505#M12165</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using Chris Hemedinger's code posted here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/2013/06/12/correlations-matrix-heatmap-with-sas/" target="_blank"&gt;http://blogs.sas.com/content/sasdummy/2013/06/12/correlations-matrix-heatmap-with-sas/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to get a heat map of my correlation matrix. The only problem is I have too many variables(&amp;gt;40) so the labels on the axis all overlap and aren't readable anymore.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think there should be a fix - manipulating the X axis or Y axis display options --- but I'm a total novice with SAS graphics and am not sure what to do. The heat map itself is generated just fine, only the variable names are all lost. Maybe I should try truncating the varaible names?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for any advice!&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2017 14:07:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/creating-heat-map-of-correlation-matrix/m-p/350505#M12165</guid>
      <dc:creator>nstdt</dc:creator>
      <dc:date>2017-04-17T14:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: creating heat map of correlation matrix</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/creating-heat-map-of-correlation-matrix/m-p/350537#M12166</link>
      <description>&lt;P&gt;Easiest may be to change the height and width options on the the ODS GRAPHICS statement ODS Graphics/ height=10in width=10in may get you close, second would be to reduce the font size of the axis label text and third I would look closely&amp;nbsp; at whether I needed all of the text currently displaying as an axis label. Shorter labels may help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2017 15:14:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/creating-heat-map-of-correlation-matrix/m-p/350537#M12166</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-04-17T15:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: creating heat map of correlation matrix</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/creating-heat-map-of-correlation-matrix/m-p/350819#M12192</link>
      <description>&lt;P&gt;&amp;nbsp;Chris&amp;nbsp;Hemedinger kindly gave a solution to my question posted on his blog:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want the labels and values to be readable, you might just need to increase the dimensions of the graph:&lt;/P&gt;
&lt;P&gt;ods graphics /height=1500px width=1500px imagemap tipmax=4000;&lt;/P&gt;
&lt;P&gt;Adding the TIPMAX option allows the higher number of hover-over tips to be included as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This gives &amp;nbsp;better output, though I don't know how I would manage if I had more than 40 variables...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried other options (some suggested below) such as setting tickvalueattrs--- within the xaxisopt code:xaxisopts=(display=(line ticks tickvalues tickvalueattrs=(size=4pt weight=bold)))--- to reset the font&amp;nbsp;but these did not work.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2017 12:47:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/creating-heat-map-of-correlation-matrix/m-p/350819#M12192</guid>
      <dc:creator>nstdt</dc:creator>
      <dc:date>2017-04-18T12:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: creating heat map of correlation matrix</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/creating-heat-map-of-correlation-matrix/m-p/350908#M12193</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/34991"&gt;@nstdt&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;Chris&amp;nbsp;Hemedinger kindly gave a solution to my question posted on his blog:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want the labels and values to be readable, you might just need to increase the dimensions of the graph:&lt;/P&gt;
&lt;P&gt;ods graphics /height=1500px width=1500px imagemap tipmax=4000;&lt;/P&gt;
&lt;P&gt;Adding the TIPMAX option allows the higher number of hover-over tips to be included as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This gives &amp;nbsp;better output, though I don't know how I would manage if I had more than 40 variables...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Shorter labels that key to a text table for reference perhaps. And sometimes the scope just needs to be reduced.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2017 15:51:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/creating-heat-map-of-correlation-matrix/m-p/350908#M12193</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-04-18T15:51:26Z</dc:date>
    </item>
  </channel>
</rss>

