<?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: Footnote in Proc Sgplot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Footnote-in-Proc-Sgplot/m-p/295580#M10439</link>
    <description>&lt;P&gt;Did you put the height optoin before the text?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;footnote h=20pt "A Footnote";&lt;/P&gt;
&lt;P&gt;Proc sgplot data=sashelp.class;&lt;/P&gt;
&lt;P&gt;vbar age;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
    <pubDate>Wed, 31 Aug 2016 17:17:13 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2016-08-31T17:17:13Z</dc:date>
    <item>
      <title>Footnote in Proc Sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Footnote-in-Proc-Sgplot/m-p/295562#M10433</link>
      <description>&lt;P&gt;&lt;BR /&gt;I am trying to insert in proc sgplot (in the png) file. I am placing footnote statement in the proc sgplot statements.&lt;/P&gt;&lt;P&gt;The footnote is coming up but I couldn't control the size. I tried height option but it is not working. How can you control the footonote attributes in the proc sgplot ?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2016 16:35:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Footnote-in-Proc-Sgplot/m-p/295562#M10433</guid>
      <dc:creator>Leo9</dc:creator>
      <dc:date>2016-08-31T16:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Footnote in Proc Sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Footnote-in-Proc-Sgplot/m-p/295580#M10439</link>
      <description>&lt;P&gt;Did you put the height optoin before the text?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;footnote h=20pt "A Footnote";&lt;/P&gt;
&lt;P&gt;Proc sgplot data=sashelp.class;&lt;/P&gt;
&lt;P&gt;vbar age;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2016 17:17:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Footnote-in-Proc-Sgplot/m-p/295580#M10439</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2016-08-31T17:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Footnote in Proc Sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Footnote-in-Proc-Sgplot/m-p/295591#M10445</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried that but it is not working. Here is the code. I tried placing at after ods layout and before as well but didn't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ods graphics / reset height=4.5in width=8.8in outputfmt=png imagename= "out";&lt;BR /&gt;&lt;BR /&gt;options orientation=landscape;&lt;BR /&gt;ods pdf notoc nogtitle gfootnote dpi=&amp;amp;dpi&lt;BR /&gt;file="&amp;amp;output_name"&lt;BR /&gt;style= mystyle;&lt;/P&gt;&lt;P&gt;Footnote 'Test 1' h=1pt ;&lt;/P&gt;&lt;P&gt;ods layout start ;&lt;BR /&gt;&lt;BR /&gt;proc sgplot data = lbs ;&lt;BR /&gt;format lbstresn tcfmt. ;&lt;/P&gt;&lt;P&gt;series x = weeks y = lbstresn / group = subjid groupms=subjid markers markerattrs=(size =4);&lt;BR /&gt;yaxis label = &amp;amp;lbl values =(&amp;amp;ticks) display = all;&lt;BR /&gt;xaxis values= (0 to 24 by 1 ) label = "Weeks" display = all ;&lt;BR /&gt;refline &amp;amp;valu4/ label = "LOQ = &amp;amp;valu3 " labelattrs = (size = 6) labelloc=inside;&lt;BR /&gt;keylegend / valueattrs = (size=6) title = 'Subjects' ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;ods layout end;&lt;BR /&gt;ods graphics off;&lt;BR /&gt;ods pdf close;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2016 17:40:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Footnote-in-Proc-Sgplot/m-p/295591#M10445</guid>
      <dc:creator>Leo9</dc:creator>
      <dc:date>2016-08-31T17:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Footnote in Proc Sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Footnote-in-Proc-Sgplot/m-p/295598#M10449</link>
      <description>&lt;P&gt;The height option must be before the text:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Footnote h=1pt 'Test 1' ;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;not:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Footnote 'Test 1' h=1pt ;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2016 18:05:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Footnote-in-Proc-Sgplot/m-p/295598#M10449</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2016-08-31T18:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Footnote in Proc Sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Footnote-in-Proc-Sgplot/m-p/295599#M10450</link>
      <description>&lt;P&gt;Since we do not have your dataset you will have to explain exactly how it "is not working". No footnote appears? Appears in an unexpected place (often the bottom of a page not bottom of grapho or table).&amp;nbsp; Footnote appears but the height is not correct? Wrong font/color/ or other font characterisitc?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But as &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15130"&gt;@DanH_sas﻿&lt;/a&gt;&amp;nbsp;said: The text MODIFIERS come &lt;STRONG&gt;before&lt;/STRONG&gt; the TEXT.&lt;/P&gt;
&lt;P&gt;Instead of&lt;/P&gt;
&lt;P&gt;Footnote 'Test 1' h=1pt ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it should be&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Footnote&amp;nbsp; h=1pt&amp;nbsp; 'Test 1';&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2016 18:06:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Footnote-in-Proc-Sgplot/m-p/295599#M10450</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-08-31T18:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Footnote in Proc Sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Footnote-in-Proc-Sgplot/m-p/295602#M10451</link>
      <description>&lt;P&gt;I tried this option of putting height first but it is still not working. The footnote is appearing in the footnote but size&lt;/P&gt;&lt;P&gt;is not changing.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2016 18:14:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Footnote-in-Proc-Sgplot/m-p/295602#M10451</guid>
      <dc:creator>Leo9</dc:creator>
      <dc:date>2016-08-31T18:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Footnote in Proc Sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Footnote-in-Proc-Sgplot/m-p/295608#M10454</link>
      <description>&lt;P&gt;Never mind. I think this works. I had another footnote at the bottom which overwriting the first one.&lt;/P&gt;&lt;P&gt;Thanks you so much.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2016 18:22:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Footnote-in-Proc-Sgplot/m-p/295608#M10454</guid>
      <dc:creator>Leo9</dc:creator>
      <dc:date>2016-08-31T18:22:50Z</dc:date>
    </item>
  </channel>
</rss>

