<?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: Heat Map - Fonts in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Heat-Map-Fonts/m-p/578362#M18605</link>
    <description>&lt;P&gt;The attributes for the labels and tick values are &lt;A href="https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.2&amp;amp;docsetId=grstatproc&amp;amp;docsetTarget=n0n6uml63c6h8dn16phbd1arm9g9.htm&amp;amp;locale=en" target="_self"&gt;specified on the YAXIS statement&lt;/A&gt;. For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;yaxis labelattrs=(size=14) valueattrs=(size=12);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Aug 2019 12:25:21 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2019-08-01T12:25:21Z</dc:date>
    <item>
      <title>Heat Map - Fonts</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Heat-Map-Fonts/m-p/577838#M18581</link>
      <description>&lt;P&gt;I've created a heat map of fold changes in proc sgplot.&amp;nbsp; &amp;nbsp;How do I increase the font size of the values on the axes?&amp;nbsp; &amp;nbsp;I'd like to have a larger font size on the y axis than the x axis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 17:39:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Heat-Map-Fonts/m-p/577838#M18581</guid>
      <dc:creator>SMcRitchie</dc:creator>
      <dc:date>2019-07-30T17:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Heat Map - Fonts</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Heat-Map-Fonts/m-p/577870#M18582</link>
      <description>&lt;P&gt;Which proc are you using? Can you share the code?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 18:54:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Heat-Map-Fonts/m-p/577870#M18582</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2019-07-30T18:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Heat Map - Fonts</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Heat-Map-Fonts/m-p/577872#M18583</link>
      <description>&lt;P&gt;I'm using proc sgplot.&amp;nbsp; &amp;nbsp;Here's the code.&amp;nbsp; The y axis has 80 markers and the x axis has 92 subjects.&amp;nbsp; Thanks, Susan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods graphics on /&lt;BR /&gt;width=38.0in&lt;/P&gt;&lt;P&gt;imagefmt=gif&lt;BR /&gt;imagemap=on&lt;BR /&gt;imagename="orig_heatmap"&lt;BR /&gt;noscale&lt;BR /&gt;border=off;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;title "Heat Map of Fold Changes";&lt;BR /&gt;proc sgplot data=cytokine_name rattrmap=fcresp;&lt;BR /&gt;heatmap x=id y=cytokine_name/ discretex discretey&lt;BR /&gt;colorresponse=fc rattrid=id;&lt;BR /&gt;run;&lt;BR /&gt;title " ";&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 19:05:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Heat-Map-Fonts/m-p/577872#M18583</guid>
      <dc:creator>SMcRitchie</dc:creator>
      <dc:date>2019-07-30T19:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Heat Map - Fonts</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Heat-Map-Fonts/m-p/578362#M18605</link>
      <description>&lt;P&gt;The attributes for the labels and tick values are &lt;A href="https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.2&amp;amp;docsetId=grstatproc&amp;amp;docsetTarget=n0n6uml63c6h8dn16phbd1arm9g9.htm&amp;amp;locale=en" target="_self"&gt;specified on the YAXIS statement&lt;/A&gt;. For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;yaxis labelattrs=(size=14) valueattrs=(size=12);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 12:25:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Heat-Map-Fonts/m-p/578362#M18605</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2019-08-01T12:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Heat Map - Fonts</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Heat-Map-Fonts/m-p/579141#M18639</link>
      <description>&lt;P&gt;Thank you for your help!&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2019 14:13:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Heat-Map-Fonts/m-p/579141#M18639</guid>
      <dc:creator>SMcRitchie</dc:creator>
      <dc:date>2019-08-05T14:13:07Z</dc:date>
    </item>
  </channel>
</rss>

