<?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: Connect Time Points on Plot in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Connect-Time-Points-on-Plot/m-p/254011#M48388</link>
    <description>&lt;P&gt;Add a date component, so it's a date time variable and then graph it using a SERIES statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wait...what do you mean by wrapping around?&lt;/P&gt;</description>
    <pubDate>Wed, 02 Mar 2016 22:48:05 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-03-02T22:48:05Z</dc:date>
    <item>
      <title>Connect Time Points on Plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Connect-Time-Points-on-Plot/m-p/253985#M48381</link>
      <description>&lt;P&gt;Good afternoon,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a plot with start times and end times, e.g. 23:00 start time in red and 04:00 end time in blue, so the end time actually occurs before the start time on the plot. I would like to connect these points, which I have done, but I would like them to connect by wrapping around.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;E.G.&lt;/P&gt;&lt;P&gt;00:00:00---------------------END &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;START--------------------------23:59:59 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;SHIFT1&lt;/P&gt;&lt;P&gt;00:00:00 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;START--------------------------------------END &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SHIFT&amp;nbsp;2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently using sgplot and SAS 9.4. Any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2016 21:36:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Connect-Time-Points-on-Plot/m-p/253985#M48381</guid>
      <dc:creator>acegsm</dc:creator>
      <dc:date>2016-03-02T21:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Time Points on Plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Connect-Time-Points-on-Plot/m-p/254011#M48388</link>
      <description>&lt;P&gt;Add a date component, so it's a date time variable and then graph it using a SERIES statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wait...what do you mean by wrapping around?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2016 22:48:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Connect-Time-Points-on-Plot/m-p/254011#M48388</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-02T22:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Time Points on Plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Connect-Time-Points-on-Plot/m-p/254012#M48389</link>
      <description>&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the dates; however, I would like the start times to line up. So, if I have a start time of 13:00 on day 1 and a start time of 14:00 on day 2 then day 2's start time is below day 1 and slightly to the right. I currently the plots organized this way; however, I would like to connect the points.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, if I have a start time of 14:00 and an end time of 20:00 then it is no problem. The points are connected in the correct fashion. However, if I have a start time of 14:00 and an end time of 02:00 then I would want the line to go off towards the ride and continue on the same line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The plots are organized from 00:00:00 to 23:59:59 on the x-axis and by day # on the y-axis.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2016 22:54:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Connect-Time-Points-on-Plot/m-p/254012#M48389</guid>
      <dc:creator>acegsm</dc:creator>
      <dc:date>2016-03-02T22:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Time Points on Plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Connect-Time-Points-on-Plot/m-p/254034#M48397</link>
      <description>&lt;P&gt;I think you'll have to add some fake data somehow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So if it crosses the 'boundary' then you split the point to represent the two portions:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;22:00h to 02:00h becomes:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;0:00 to 02:00h&lt;/P&gt;
&lt;P&gt;22:00 to 0:00h&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you post better fake data and a picture of what you want your graph to look like you might get some code &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2016 02:20:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Connect-Time-Points-on-Plot/m-p/254034#M48397</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-03T02:20:41Z</dc:date>
    </item>
  </channel>
</rss>

