<?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: Removal of a default title from a plot generated in proc logistic using ods graphics in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Removal-of-a-default-title-from-a-plot-generated-in-proc/m-p/935490#M10875</link>
    <description>&lt;P&gt;Thanks for the help! My first attempt with the %grtitle didn't work, as the output to the log didn't contain a list of macro variables to modify, it instead just mentioned that there was a "link" statement to a different template, one that was not the template name uncovered by "ods trace on". When I repeated the %grtitle call using the template name of the template that was linked to, I did get the names of macro variables to modify and now I have successfully removed the title. Thanks, Rick!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jul 2024 14:45:37 GMT</pubDate>
    <dc:creator>sasguy299</dc:creator>
    <dc:date>2024-07-11T14:45:37Z</dc:date>
    <item>
      <title>Removal of a default title from a plot generated in proc logistic using ods graphics</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Removal-of-a-default-title-from-a-plot-generated-in-proc/m-p/935386#M10873</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm generating a plot of predicted probabilities with CI's bands using proc logistic. The plot displays predicted probabilities vs. x1 holding values of x2-x5 at constant levels that I've specified. The default title is long and ugly and I would like to completely remove the title and just have leave the title blank.&amp;nbsp; Do you know how to do that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my code:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ods listing gpath='my directory';&lt;BR /&gt;ods graphics on/reset=all border=off imagefmt=tiff imagename='Name' width=6 in height=6 in;&lt;BR /&gt;proc logistic data=datax (where=(y&amp;gt;.z)) plots(only)=(effect(at(x2=0 x3=0 x4=66 x5=1) yrange=(0,0.1) showobs=no)) descending;&lt;BR /&gt;model y=x1 x2 x3 x4 x5;&lt;BR /&gt;run;&lt;BR /&gt;ods graphics off;&lt;BR /&gt;ods listing close;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 18:32:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Removal-of-a-default-title-from-a-plot-generated-in-proc/m-p/935386#M10873</guid>
      <dc:creator>sasguy299</dc:creator>
      <dc:date>2024-07-10T18:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Removal of a default title from a plot generated in proc logistic using ods graphics</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Removal-of-a-default-title-from-a-plot-generated-in-proc/m-p/935393#M10874</link>
      <description>&lt;P&gt;Yes, SAS supplies the %GrTitle macro for exactly this purpose. By coincidence, &lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_templt_sect032.htm" target="_self"&gt;the documentation for the %GrTitle macro&lt;/A&gt; uses PROC LOGISTIC, although it is a different graph than yours. Give it a go and see if you can follow the documentation example.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 19:29:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Removal-of-a-default-title-from-a-plot-generated-in-proc/m-p/935393#M10874</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2024-07-10T19:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Removal of a default title from a plot generated in proc logistic using ods graphics</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Removal-of-a-default-title-from-a-plot-generated-in-proc/m-p/935490#M10875</link>
      <description>&lt;P&gt;Thanks for the help! My first attempt with the %grtitle didn't work, as the output to the log didn't contain a list of macro variables to modify, it instead just mentioned that there was a "link" statement to a different template, one that was not the template name uncovered by "ods trace on". When I repeated the %grtitle call using the template name of the template that was linked to, I did get the names of macro variables to modify and now I have successfully removed the title. Thanks, Rick!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 14:45:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Removal-of-a-default-title-from-a-plot-generated-in-proc/m-p/935490#M10875</guid>
      <dc:creator>sasguy299</dc:creator>
      <dc:date>2024-07-11T14:45:37Z</dc:date>
    </item>
  </channel>
</rss>

