<?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 How to join the points? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/How-to-join-the-points/m-p/178745#M6578</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How are you?&lt;/P&gt;&lt;P&gt;Can I please ask how do I join the 2 points (amount in 2000 &amp;amp; 2001) of the same individual in each level of the x-axis? &lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;FYI here is the code. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ods graphics / antialias=off;&lt;/P&gt;&lt;P&gt;proc sgplot data=tmp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; scatter x=item01 y=amt / group=year groupdisplay=cluster clusterwidth=0.5;&lt;/P&gt;&lt;P&gt;&amp;nbsp; xaxis type=discrete;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods graphics off;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="SGPlot7.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/9252_SGPlot7.png" style="font-size: 10pt; line-height: 1.5em;" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Feb 2015 00:50:09 GMT</pubDate>
    <dc:creator>Miracle</dc:creator>
    <dc:date>2015-02-23T00:50:09Z</dc:date>
    <item>
      <title>How to join the points?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-join-the-points/m-p/178745#M6578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How are you?&lt;/P&gt;&lt;P&gt;Can I please ask how do I join the 2 points (amount in 2000 &amp;amp; 2001) of the same individual in each level of the x-axis? &lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;FYI here is the code. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ods graphics / antialias=off;&lt;/P&gt;&lt;P&gt;proc sgplot data=tmp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; scatter x=item01 y=amt / group=year groupdisplay=cluster clusterwidth=0.5;&lt;/P&gt;&lt;P&gt;&amp;nbsp; xaxis type=discrete;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods graphics off;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="SGPlot7.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/9252_SGPlot7.png" style="font-size: 10pt; line-height: 1.5em;" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 00:50:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-join-the-points/m-p/178745#M6578</guid>
      <dc:creator>Miracle</dc:creator>
      <dc:date>2015-02-23T00:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to join the points?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-join-the-points/m-p/178746#M6579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The answer always depends on the SAS release you are using.&amp;nbsp; Please include program and sample data so we can run the use case.&amp;nbsp; In the graph above, YEAR is a group role, so values for 2000 and 2001 are plotted as side by side clusters. They do not have specific axis values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your best bet is to plot a graph using SGPANEL, with PANELBY=item01.&amp;nbsp; Then, each panel can have a SERIES x=year y=amount.&amp;nbsp; You can use other options to move the header values down to look like axis values, and suppress cell borders, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Potentially, if you have SAS9.40M1, you could define data for a POLYGON plot using discreteoffset=column to draw lines between each group value, but that may be more laborious, but better than SGAnnotate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 02:30:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-join-the-points/m-p/178746#M6579</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2015-02-23T02:30:06Z</dc:date>
    </item>
  </channel>
</rss>

