<?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: proc sgplot issues with grouping variable in the plot in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-sgplot-issues-with-grouping-variable-in-the-plot/m-p/711593#M219234</link>
    <description>&lt;P&gt;Thanks but its still doesnt solve the grouping issue. the data points are not connected per subject.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Jan 2021 04:02:24 GMT</pubDate>
    <dc:creator>ari</dc:creator>
    <dc:date>2021-01-15T04:02:24Z</dc:date>
    <item>
      <title>proc sgplot issues with grouping variable in the plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-sgplot-issues-with-grouping-variable-in-the-plot/m-p/711542#M219212</link>
      <description>&lt;P&gt;I am trying to make&amp;nbsp; time series plot of few subjects grouped by dose.&lt;/P&gt;&lt;P&gt;The subejcts are colored according to the group but the line connecting the data points looks strange as shown in graph below.&lt;/P&gt;&lt;P&gt;Ideally I want the data points for each subjects connected per subject (but colored per the grouping variable) rather than the grouping variable.&lt;/P&gt;&lt;P&gt;Any solution to this issue ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;code:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc sgplot data = data1;&lt;BR /&gt;series x = time y = value/&lt;BR /&gt;markers&lt;BR /&gt;markerattrs = (symbol = circlefilled)&lt;BR /&gt;group = dosec&lt;BR /&gt;lineattrs = (thickness = 2);&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 22:24:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-sgplot-issues-with-grouping-variable-in-the-plot/m-p/711542#M219212</guid>
      <dc:creator>ari</dc:creator>
      <dc:date>2021-01-14T22:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgplot issues with grouping variable in the plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-sgplot-issues-with-grouping-variable-in-the-plot/m-p/711559#M219218</link>
      <description>&lt;P&gt;Try sorting the data by the Group variable and then the xaxis variable.&lt;/P&gt;
&lt;P&gt;Series plots often try to connect points by order in the data set which often is not the order you want the graph to be drawn.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 21:13:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-sgplot-issues-with-grouping-variable-in-the-plot/m-p/711559#M219218</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-01-14T21:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgplot issues with grouping variable in the plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-sgplot-issues-with-grouping-variable-in-the-plot/m-p/711593#M219234</link>
      <description>&lt;P&gt;Thanks but its still doesnt solve the grouping issue. the data points are not connected per subject.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 04:02:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-sgplot-issues-with-grouping-variable-in-the-plot/m-p/711593#M219234</guid>
      <dc:creator>ari</dc:creator>
      <dc:date>2021-01-15T04:02:24Z</dc:date>
    </item>
  </channel>
</rss>

