<?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: sganno line in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/sganno-line/m-p/300818#M10620</link>
    <description>as I thought - something pretty fundamental! -thanks!</description>
    <pubDate>Mon, 26 Sep 2016 17:13:56 GMT</pubDate>
    <dc:creator>Dave25</dc:creator>
    <dc:date>2016-09-26T17:13:56Z</dc:date>
    <item>
      <title>sganno line</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sganno-line/m-p/300814#M10618</link>
      <description>&lt;P&gt;I'm obviously missing something very fundamental, but have tried a NUMBER of different things, with no luck (using 9.4)&lt;/P&gt;
&lt;P&gt;- I'm simply trying to draw an arrow, from the bottom of the graph up to the regression line...(have a number of these, and am able to set the end point of the arrow "dynamically") -- &amp;nbsp;here's some test data and the shell of the code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data test;&lt;BR /&gt;input MATHSS Math;&lt;BR /&gt;cards;&lt;BR /&gt;1299 201 &lt;BR /&gt;1273 190 &lt;BR /&gt;1282 193 &lt;BR /&gt;1265 187 &lt;BR /&gt;1304 212 &lt;BR /&gt;1259 190 &lt;BR /&gt;1291 195 &lt;BR /&gt;1267 187 &lt;BR /&gt;1266 179 &lt;BR /&gt;1274 190 &lt;BR /&gt;;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;data sganno; length function x1space y1space linecolor $20; &lt;BR /&gt; function = 'ARROW'; &lt;BR /&gt;x1space ='DATAVALUE'; y1space ='DATAPERCENT' ;&lt;BR /&gt; x1=200; y1=0; x2=200; y2=50; LINETHICKNESS=2; DIRECTION = "OUT";&lt;BR /&gt; linecolor="blue"; &lt;BR /&gt; output;&lt;BR /&gt; run;&lt;/P&gt;
&lt;P&gt;proc sgplot data = test sganno=sganno; &lt;BR /&gt; reg x = math y=mathss/; &lt;BR /&gt; run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2016 16:49:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sganno-line/m-p/300814#M10618</guid>
      <dc:creator>Dave25</dc:creator>
      <dc:date>2016-09-26T16:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: sganno line</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sganno-line/m-p/300817#M10619</link>
      <description>&lt;P&gt;You needed to set your X2SPACE and Y2SPACE as well:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;data sganno; length function x1space y1space linecolor $20; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;function = 'ARROW'; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;x1space ='DATAVALUE'; y1space ='DATAPERCENT' ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;x2space ='DATAVALUE'; y2space ='DATAPERCENT' ;&lt;/SPAN&gt;&lt;BR /&gt;x1=200; y1=0; x2=200; y2=50; LINETHICKNESS=2; DIRECTION = "OUT";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;linecolor="blue"; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;output;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2016 17:07:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sganno-line/m-p/300817#M10619</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2016-09-26T17:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: sganno line</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sganno-line/m-p/300818#M10620</link>
      <description>as I thought - something pretty fundamental! -thanks!</description>
      <pubDate>Mon, 26 Sep 2016 17:13:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sganno-line/m-p/300818#M10620</guid>
      <dc:creator>Dave25</dc:creator>
      <dc:date>2016-09-26T17:13:56Z</dc:date>
    </item>
  </channel>
</rss>

