<?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: Change the title of the frequency plot output by PROC FREQ in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Change-the-title-of-the-frequency-plot-output-by-PROC-FREQ/m-p/211595#M7878</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The title text likely comes from the ENTRYTITLE values in a BeginGraph section of a statgraph block created or modified by Proc Template. One such is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Base.Freq.Graphics.VGroupFreqChart;&lt;/P&gt;&lt;P&gt;where we find:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;entrytitle "Distribution of " _ROWVARNAME " by " _COLVARNAME;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (_CONTROL)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; entrytitle "Controlling for " _CONTROLNAMES;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look into Proc Template on Modifying templates. Basically you make of copy a template in a different location (path) with the modified code. Have fun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jun 2015 20:48:47 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2015-06-22T20:48:47Z</dc:date>
    <item>
      <title>Change the title of the frequency plot output by PROC FREQ</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Change-the-title-of-the-frequency-plot-output-by-PROC-FREQ/m-p/211594#M7877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can you change the title of the frequency plot output by PROC FREQ?&amp;nbsp; I haven’t been able to find an option that gets rid of or.changes the “Distribution of..”&amp;nbsp; line. I've also tried just creating the frequency graphs in PROC GCHART/GPLOT where it's not a problem to specify the title. But doing that, I couldn't get the plots for the grouping variable to display in the same way as PROC FREQ, i.e. along the same axis but not in the same chart area, and one above the other (not side by side). Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 20:06:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Change-the-title-of-the-frequency-plot-output-by-PROC-FREQ/m-p/211594#M7877</guid>
      <dc:creator>moreka</dc:creator>
      <dc:date>2015-06-22T20:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Change the title of the frequency plot output by PROC FREQ</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Change-the-title-of-the-frequency-plot-output-by-PROC-FREQ/m-p/211595#M7878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The title text likely comes from the ENTRYTITLE values in a BeginGraph section of a statgraph block created or modified by Proc Template. One such is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Base.Freq.Graphics.VGroupFreqChart;&lt;/P&gt;&lt;P&gt;where we find:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;entrytitle "Distribution of " _ROWVARNAME " by " _COLVARNAME;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (_CONTROL)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; entrytitle "Controlling for " _CONTROLNAMES;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look into Proc Template on Modifying templates. Basically you make of copy a template in a different location (path) with the modified code. Have fun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 20:48:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Change-the-title-of-the-frequency-plot-output-by-PROC-FREQ/m-p/211595#M7878</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-06-22T20:48:47Z</dc:date>
    </item>
  </channel>
</rss>

