<?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 Write footnote internally and externally for SGPLOT and left align all footnotes in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Write-footnote-internally-and-externally-for-SGPLOT-and-left/m-p/775775#M246624</link>
    <description>&lt;P&gt;I found this code from a different post to add a footnote within a plot while simultaneously having a footnote outside the plot.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data boxplot;
 retain function "text" drawspace "graphpercent" width 100 x1 50;
 length anchor $ 6 textstyleelement $ 17 label $ 18;
 input y1 anchor $ textstyleelement $ label $ 29-100;
 cards;
 1  bottom GraphFootnoteText Note: Concentrations were adjusted for dose received at time of sample taken
 ;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Is there a way to edit the aesthetic? Specifically I would like to make the text a tad smaller left aligned (so it doesn't get confused with the x-axis label).&lt;/P&gt;</description>
    <pubDate>Thu, 21 Oct 2021 22:01:32 GMT</pubDate>
    <dc:creator>mariko5797</dc:creator>
    <dc:date>2021-10-21T22:01:32Z</dc:date>
    <item>
      <title>Write footnote internally and externally for SGPLOT and left align all footnotes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Write-footnote-internally-and-externally-for-SGPLOT-and-left/m-p/775775#M246624</link>
      <description>&lt;P&gt;I found this code from a different post to add a footnote within a plot while simultaneously having a footnote outside the plot.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data boxplot;
 retain function "text" drawspace "graphpercent" width 100 x1 50;
 length anchor $ 6 textstyleelement $ 17 label $ 18;
 input y1 anchor $ textstyleelement $ label $ 29-100;
 cards;
 1  bottom GraphFootnoteText Note: Concentrations were adjusted for dose received at time of sample taken
 ;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Is there a way to edit the aesthetic? Specifically I would like to make the text a tad smaller left aligned (so it doesn't get confused with the x-axis label).&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 22:01:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Write-footnote-internally-and-externally-for-SGPLOT-and-left/m-p/775775#M246624</guid>
      <dc:creator>mariko5797</dc:creator>
      <dc:date>2021-10-21T22:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Write footnote internally and externally for SGPLOT and left align all footnotes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Write-footnote-internally-and-externally-for-SGPLOT-and-left/m-p/775776#M246625</link>
      <description>That looks like part of an annotate data set? &lt;BR /&gt;If so, you can specify the font under a STYLE variable and the size with SIZE. Not sure about the alignment. &lt;BR /&gt;&lt;BR /&gt;If that's used with SGTEMPLATE/RENDER the above may not apply. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/graphref/n1vi0cxl5w9kgan1cb6e20gpoei9.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/graphref/n1vi0cxl5w9kgan1cb6e20gpoei9.htm&lt;/A&gt;</description>
      <pubDate>Thu, 21 Oct 2021 22:09:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Write-footnote-internally-and-externally-for-SGPLOT-and-left/m-p/775776#M246625</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-10-21T22:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Write footnote internally and externally for SGPLOT and left align all footnotes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Write-footnote-internally-and-externally-for-SGPLOT-and-left/m-p/775792#M246630</link>
      <description>&lt;P&gt;See this paper for the elements you are missing.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.lexjansen.com/phuse-us/2018/ct/CT07.pdf" target="_blank"&gt;https://www.lexjansen.com/phuse-us/2018/ct/CT07.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;anchor&lt;/FONT&gt; controls the position. For example&amp;nbsp;&lt;FONT face="courier new,courier"&gt;anchor="BOTTOMLEFT".&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 00:23:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Write-footnote-internally-and-externally-for-SGPLOT-and-left/m-p/775792#M246630</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2021-10-22T00:23:08Z</dc:date>
    </item>
  </channel>
</rss>

