<?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: Putting arrows on a scatter graph in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Putting-arrows-on-a-scatter-graph/m-p/226304#M8192</link>
    <description>&lt;P&gt;Here's one way to do it...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data foo;&lt;BR /&gt;input x y;&lt;BR /&gt;datalines;&lt;BR /&gt;1 1&lt;BR /&gt;4 4&lt;BR /&gt;4 4&lt;BR /&gt;4 1&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data anno_arrows; set foo;&lt;BR /&gt;length function $8;&lt;BR /&gt;xsys='2'; ysys='2'; when='a';&lt;BR /&gt;if _n_=1 then function='move';&lt;BR /&gt;else function='arrow'; style='filled'; angle=30; line=1.8; color='red';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;symbol1 value=circle color=blue height=2.0 interpol=none;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc gplot data=foo anno=anno_arrows;&lt;BR /&gt;plot y*x / noframe;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/209iBD98D25013E805CD/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="gplot15.png" title="gplot15.png" /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Sep 2015 14:52:03 GMT</pubDate>
    <dc:creator>GraphGuy</dc:creator>
    <dc:date>2015-09-18T14:52:03Z</dc:date>
    <item>
      <title>Putting arrows on a scatter graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Putting-arrows-on-a-scatter-graph/m-p/204549#M7595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Is there a way to put arrows on a scatter plot indicating "movements" from one point to the next.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if my scatter plot consisted of (1,1) (1,4) (4,4) and (4,1) could I connect the points including arrows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1,1) to (4,4) and&lt;/P&gt;&lt;P&gt;(4,4) to (4,1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 14:56:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Putting-arrows-on-a-scatter-graph/m-p/204549#M7595</guid>
      <dc:creator>Hugo123</dc:creator>
      <dc:date>2015-08-21T14:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Putting arrows on a scatter graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Putting-arrows-on-a-scatter-graph/m-p/226304#M8192</link>
      <description>&lt;P&gt;Here's one way to do it...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data foo;&lt;BR /&gt;input x y;&lt;BR /&gt;datalines;&lt;BR /&gt;1 1&lt;BR /&gt;4 4&lt;BR /&gt;4 4&lt;BR /&gt;4 1&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data anno_arrows; set foo;&lt;BR /&gt;length function $8;&lt;BR /&gt;xsys='2'; ysys='2'; when='a';&lt;BR /&gt;if _n_=1 then function='move';&lt;BR /&gt;else function='arrow'; style='filled'; angle=30; line=1.8; color='red';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;symbol1 value=circle color=blue height=2.0 interpol=none;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc gplot data=foo anno=anno_arrows;&lt;BR /&gt;plot y*x / noframe;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/209iBD98D25013E805CD/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="gplot15.png" title="gplot15.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2015 14:52:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Putting-arrows-on-a-scatter-graph/m-p/226304#M8192</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2015-09-18T14:52:03Z</dc:date>
    </item>
  </channel>
</rss>

