<?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: Plot options Des= not working in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Plot-options-Des-not-working/m-p/289544#M10230</link>
    <description>&lt;P&gt;Use OPTIONS NOBYLINE to get rid of the original BY line, and put your description into a TITLE2 statement. That should do it for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
    <pubDate>Thu, 04 Aug 2016 14:18:16 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2016-08-04T14:18:16Z</dc:date>
    <item>
      <title>Plot options Des= not working</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-options-Des-not-working/m-p/289410#M10225</link>
      <description>&lt;P&gt;I can not get my proc gplot to eliminate the auto generated title so that i can replace it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Current Output&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/4426iC556A0F26DB1653F/image-size/medium?v=v2&amp;amp;px=-1" alt="Capture.JPG" title="Capture.JPG" align="left" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to replace the highlighted title with a custom title but my code doesnt seem to work like i think it is supposed to.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is what I have right now&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC GPLOT DATA = WORK.SORTTempTableSorted NOCACHE;

PLOT trans_qty * monyear Mfreq * monyear  / 
	des='APG = #Byval3, Usage Type = #Byval4'
	OVERLAY 
	VAXIS=AXIS1
	HAXIS=AXIS2
	FRAME
	LEGEND=LEGEND1;

	BY customer gd apg1 usage_type;

RUN; 
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I cant figure out what I am doing wrong here.&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 02:27:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-options-Des-not-working/m-p/289410#M10225</guid>
      <dc:creator>dsbihill</dc:creator>
      <dc:date>2016-08-04T02:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Plot options Des= not working</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-options-Des-not-working/m-p/289419#M10228</link>
      <description>&lt;P&gt;The documentation for PROC GPLOT and Description option:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;H4 class="xis-argument"&gt;DESCRIPTION="&lt;SPAN class="xis-userSuppliedValue"&gt;description&lt;/SPAN&gt;"&lt;/H4&gt;
&lt;DIV class="xis-argumentDescription"&gt;
&lt;P&gt;&lt;SPAN class="xis-shortDescription"&gt;specifies a description of the output. &lt;/SPAN&gt;&lt;SPAN class="xis-paraSimpleFirst"&gt;The maximum length for &lt;SPAN class="xis-userSuppliedValue"&gt;description&lt;/SPAN&gt; is 256 characters. T&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;he description does not appear in the output.&lt;/STRONG&gt; &lt;/FONT&gt;The descriptive text is shown in each of the following:&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class="xis-listUnordered"&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV id="p19g1n1x2cmplfn1h3fbocepxeis" class="xis-item"&gt;
&lt;DIV id="p135i46vym8s6qn1ca355wg3en8z" class="xis-paraSimpleFirst"&gt;the chart description for web output (depending on the device driver). &lt;SPAN class="xis-xrefSee"&gt;&lt;SPAN class="xis-xrefText"&gt;See &lt;/SPAN&gt;&lt;A title="" href="http://support.sas.com/documentation/cdl/en/graphref/67881/HTML/default/n1ghtyu2a03ss3n1wocdsu3xz9uw.htm" target="_blank"&gt;Chart Descriptions for Web Presentations&lt;/A&gt;&lt;SPAN class="xis-xrefText"&gt; for more information.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV id="n08y4jykc5e9zmn1njj53bscjiuv" class="xis-item"&gt;
&lt;DIV id="n10a1ee4zlobc4n1375v5i2t0239" class="xis-paraSimpleFirst"&gt;the Table of Contents that is generated when you use the CONTENTS= option in an ODS HTML statement, assuming that the output is generated while the contents page is open.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV id="n1gak784uajl7en1o6agx55j20or" class="xis-item"&gt;
&lt;DIV id="n0l4mj9zxyujdbn1x09sy3byhyjf" class="xis-paraSimpleFirst"&gt;the description and the properties for the output in the &lt;SPAN class="xis-windowName"&gt;Results&lt;/SPAN&gt; window.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV id="n12trs6b9yirjfn1ur0qg6uzel8l" class="xis-item"&gt;
&lt;DIV id="p0dqoh0opethbvn1husqf0hsrwvm" class="xis-paraSimpleFirst"&gt;the description and properties for the catalog entry in the Explorer.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV id="n0e7qhh6o6tel2n1c5pfgo5bxnnr" class="xis-item"&gt;
&lt;DIV id="n1sjj0w651albvn1hl5fx86k0sj5" class="xis-paraSimpleFirst"&gt;the &lt;SPAN class="xis-windowItem"&gt;Description&lt;/SPAN&gt; field of the PROC GREPLAY window.&lt;/DIV&gt;
&lt;DIV class="xis-paraSimpleFirst"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="xis-paraSimpleFirst"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Thu, 04 Aug 2016 03:05:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-options-Des-not-working/m-p/289419#M10228</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-08-04T03:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Plot options Des= not working</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-options-Des-not-working/m-p/289421#M10229</link>
      <description>&lt;P&gt;Instead of description try the NOGTITLE option and&amp;nbsp;then adding a custom title statement.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 03:06:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-options-Des-not-working/m-p/289421#M10229</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-08-04T03:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Plot options Des= not working</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-options-Des-not-working/m-p/289544#M10230</link>
      <description>&lt;P&gt;Use OPTIONS NOBYLINE to get rid of the original BY line, and put your description into a TITLE2 statement. That should do it for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 14:18:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-options-Des-not-working/m-p/289544#M10230</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2016-08-04T14:18:16Z</dc:date>
    </item>
  </channel>
</rss>

