<?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: proc boxplot title and footnote in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/proc-boxplot-title-and-footnote/m-p/198753#M7412</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, it helps if you mention the version in the question, there were a lot of graphical changes in 9.2 to 9.4. I don't have 9.2 to test so hopefully someone else can or you can contact tech support. I recommend tech support at this point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jul 2015 15:45:03 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2015-07-09T15:45:03Z</dc:date>
    <item>
      <title>proc boxplot title and footnote</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-boxplot-title-and-footnote/m-p/198748#M7407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using proc boxplot for reporting and wanted to make title and footnote in BOLD . also give them my custom font and color . I tried proc template but could not succeed. output destination is PDF file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to use options in title and footnote statement but that does not work.&lt;/P&gt;&lt;P&gt;Can any one help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 18:43:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-boxplot-title-and-footnote/m-p/198748#M7407</guid>
      <dc:creator>ucvikas</dc:creator>
      <dc:date>2015-07-08T18:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: proc boxplot title and footnote</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-boxplot-title-and-footnote/m-p/198749#M7408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What did you try? I thought inline formatting works fine for title/footnote statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods pdf file='C:\_localdata\junk2.pdf';&lt;/P&gt;&lt;P&gt;title j=left &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font= 'Times New Roman' color=blue bcolor=red "Leading Grain " &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c=green bold italic "Producers in";&lt;/P&gt;&lt;P&gt;title2 j=center color=red underlin=1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; height=28pt "2"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; height=24pt "0"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; height=20pt "1"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; height=16pt "0";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;footnote j=left height=20pt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; color=red "Prepared " &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c='#FF9900' "on";&lt;/P&gt;&lt;P&gt;footnote2 j=center color=blue &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; height=24pt "&amp;amp;sysdate9";&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;footnote3 link='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://support.sas.com"&gt;http://support.sas.com&lt;/A&gt;&lt;SPAN&gt;' "SAS";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 18:58:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-boxplot-title-and-footnote/m-p/198749#M7408</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-07-08T18:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: proc boxplot title and footnote</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-boxplot-title-and-footnote/m-p/198750#M7409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try same with proc boxplot with pdf destination? &lt;/P&gt;&lt;P&gt;You can take sample code from &lt;A href="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_boxplot_sect003.htm" title="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_boxplot_sect003.htm"&gt;SAS/STAT(R) 9.2 User's Guide, Second Edition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and just add your title and footnote.&lt;/P&gt;&lt;P&gt;let me know if you can make title and footnote in bold. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 20:51:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-boxplot-title-and-footnote/m-p/198750#M7409</guid>
      <dc:creator>ucvikas</dc:creator>
      <dc:date>2015-07-08T20:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: proc boxplot title and footnote</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-boxplot-title-and-footnote/m-p/198751#M7410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you need the title embedded within the graphic? If not, use ods nogtitle I think to push it out which will then work with what I've posted. Otherwise you do have to modify the template(s). &lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/47/306.html" title="http://support.sas.com/kb/47/306.html"&gt;47306 - Using the NOGTITLE option in the ODS PDF statement with SAS® 9.3&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 21:17:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-boxplot-title-and-footnote/m-p/198751#M7410</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-07-08T21:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: proc boxplot title and footnote</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-boxplot-title-and-footnote/m-p/198752#M7411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per SAS it works starting from 9.3 and I have 9.2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 07:08:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-boxplot-title-and-footnote/m-p/198752#M7411</guid>
      <dc:creator>ucvikas</dc:creator>
      <dc:date>2015-07-09T07:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: proc boxplot title and footnote</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-boxplot-title-and-footnote/m-p/198753#M7412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, it helps if you mention the version in the question, there were a lot of graphical changes in 9.2 to 9.4. I don't have 9.2 to test so hopefully someone else can or you can contact tech support. I recommend tech support at this point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 15:45:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-boxplot-title-and-footnote/m-p/198753#M7412</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-07-09T15:45:03Z</dc:date>
    </item>
  </channel>
</rss>

