<?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 Hiding &amp; Displaying by values in proc gplot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Hiding-Displaying-by-values-in-proc-gplot/m-p/130066#M5077</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I&amp;nbsp; am using two different proc gplot to create separate plots using by statement in each proc gplot and finally combining these two created outputs in to final ouput using proc greplay. Since i am using&amp;nbsp; by statement in each proc gplot i am getting by value on each of the output, i have to mask this by value in one output created using gplot&amp;nbsp; and have to display in other output using proc gplot , Since&amp;nbsp; i am combining both the outputs using proc greplay , it is getting repeated. How to&amp;nbsp; mask the by value in one output and display in other. I have also&amp;nbsp; tried using option byval .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also how to control the size&amp;nbsp; of the text displayed using by value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Sep 2012 14:33:53 GMT</pubDate>
    <dc:creator>keen_sas</dc:creator>
    <dc:date>2012-09-25T14:33:53Z</dc:date>
    <item>
      <title>Hiding &amp; Displaying by values in proc gplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Hiding-Displaying-by-values-in-proc-gplot/m-p/130066#M5077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I&amp;nbsp; am using two different proc gplot to create separate plots using by statement in each proc gplot and finally combining these two created outputs in to final ouput using proc greplay. Since i am using&amp;nbsp; by statement in each proc gplot i am getting by value on each of the output, i have to mask this by value in one output created using gplot&amp;nbsp; and have to display in other output using proc gplot , Since&amp;nbsp; i am combining both the outputs using proc greplay , it is getting repeated. How to&amp;nbsp; mask the by value in one output and display in other. I have also&amp;nbsp; tried using option byval .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also how to control the size&amp;nbsp; of the text displayed using by value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2012 14:33:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Hiding-Displaying-by-values-in-proc-gplot/m-p/130066#M5077</guid>
      <dc:creator>keen_sas</dc:creator>
      <dc:date>2012-09-25T14:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding &amp; Displaying by values in proc gplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Hiding-Displaying-by-values-in-proc-gplot/m-p/130067#M5078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/kb/22/789.html" title="http://support.sas.com/kb/22/789.html"&gt;http://support.sas.com/kb/22/789.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/22/238.html" title="http://support.sas.com/kb/22/238.html"&gt;http://support.sas.com/kb/22/238.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2012 14:39:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Hiding-Displaying-by-values-in-proc-gplot/m-p/130067#M5078</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2012-09-25T14:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding &amp; Displaying by values in proc gplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Hiding-Displaying-by-values-in-proc-gplot/m-p/130068#M5079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like data_null has answered your questions about suppressing the automatic by-title,&lt;/P&gt;&lt;P&gt;and then creating a custom title using the value of the by-variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are a couple of ways to control the size of the text:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One is to use the goptions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; goptions htitle=16pt htext=10pt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another is to hard-code the size on the title statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; title1 h=16pt "Title One";&lt;/P&gt;&lt;P&gt;&amp;nbsp; title2 h=10pt "Title Two";&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 12:29:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Hiding-Displaying-by-values-in-proc-gplot/m-p/130068#M5079</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2012-10-04T12:29:51Z</dc:date>
    </item>
  </channel>
</rss>

