<?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: Adding title to ggplot in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Adding-title-to-gplot/m-p/653382#M31407</link>
    <description>Can you use SGPLOT instead?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2018/02/19/survival-plot-twist-using-sgplot-procedure/" target="_blank"&gt;https://blogs.sas.com/content/graphicallyspeaking/2018/02/19/survival-plot-twist-using-sgplot-procedure/&lt;/A&gt;</description>
    <pubDate>Thu, 04 Jun 2020 17:39:48 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2020-06-04T17:39:48Z</dc:date>
    <item>
      <title>Adding title to gplot</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Adding-title-to-gplot/m-p/653226#M31402</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I ran a proc lifetest and then used gplot to get the graph. I was able to add the axes labels and legend, however the code below does not give a title. Could you please let me know what's wrong with the code? Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&lt;FONT style="background-color: #ffffff;"&gt;ods rtf file='path.rtf';&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT style="background-color: #ffffff;"&gt;title 'abcd';&lt;BR /&gt;title2 '(xyz)';&lt;BR /&gt;goption reset=all;*ftext=simplex;&lt;BR /&gt;symbol1 line=1 color=blue i=stepj;&lt;BR /&gt;symbol2 line=2 color=red i=stepj;&lt;BR /&gt;axis1 label=(angle=90 'Survival Probability');&lt;BR /&gt;axis2 label=('axis label name ');&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT style="background-color: #ffffff;"&gt;legend1 label = none value = (height = 1.5) position = (top right inside) down = 2;&lt;BR /&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT style="background-color: #ffffff;"&gt;&lt;BR /&gt;proc gplot data = test;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;plot survival*duration = grade / vaxis=axis1 haxis=axis2 legend=legend1;;&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT style="background-color: #ffffff;"&gt;ods rtf close;&lt;BR /&gt;&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 06 Jun 2020 10:21:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Adding-title-to-gplot/m-p/653226#M31402</guid>
      <dc:creator>dr2014</dc:creator>
      <dc:date>2020-06-06T10:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Adding title to ggplot</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Adding-title-to-gplot/m-p/653238#M31403</link>
      <description>&lt;P&gt;Since I would expect to see a title with the shown code I think something else is going on.&lt;/P&gt;
&lt;P&gt;I think we need to see the log to see what may be happening. Rerun the code from the ODS RTF to the ODS RTF CLOSE to recreate the log. Copy the text from the title to the end of the&amp;nbsp; code along with any notes or messages in the log. On the forum open a code box by clicking on the &amp;lt;/&amp;gt; icon and then paste into the opened box. This last step is important as the message windows will reformat text and move some of the error diagnostics that SAS often provides.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 14:14:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Adding-title-to-gplot/m-p/653238#M31403</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-06-04T14:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Adding title to ggplot</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Adding-title-to-gplot/m-p/653382#M31407</link>
      <description>Can you use SGPLOT instead?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2018/02/19/survival-plot-twist-using-sgplot-procedure/" target="_blank"&gt;https://blogs.sas.com/content/graphicallyspeaking/2018/02/19/survival-plot-twist-using-sgplot-procedure/&lt;/A&gt;</description>
      <pubDate>Thu, 04 Jun 2020 17:39:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Adding-title-to-gplot/m-p/653382#M31407</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-06-04T17:39:48Z</dc:date>
    </item>
  </channel>
</rss>

