<?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: Multiple Lines graph for averages in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Multiple-Lines-graph-for-averages/m-p/486489#M16766</link>
    <description>&lt;P&gt;The best way would be something like the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=work.sorttemptableSorted;
xaxis min=0;
yaxis min=0;
series x=time y=mdasiss_AVG / group=studyid curvelabel curvelabelpos=max
           curvelabelloc=inside break markers;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
    <pubDate>Mon, 13 Aug 2018 21:24:34 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2018-08-13T21:24:34Z</dc:date>
    <item>
      <title>Multiple Lines graph for averages</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiple-Lines-graph-for-averages/m-p/486488#M16765</link>
      <description>&lt;P&gt;Hello.&amp;nbsp; I graphed subject's scores over time in a line graph, with one line for each subject ID.&amp;nbsp; (Some subjects do not have data beyond the first time point.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I like the graph but I want to show the subject IDs (i.e., studyid)&amp;nbsp;on the graph next to each line.&amp;nbsp; How would I do that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;GPLOT&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DATA&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = WORK.SORTTempTableSorted&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;PLOT&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; mdasiss_AVG * time =studyid&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;VAXIS&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=AXIS1&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;HAXIS&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=AXIS2&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;FRAME&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;SKIPMISS&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;HZERO&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;LEGEND&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=LEGEND1&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&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, 13 Aug 2018 21:12:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiple-Lines-graph-for-averages/m-p/486488#M16765</guid>
      <dc:creator>hein68</dc:creator>
      <dc:date>2018-08-13T21:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Lines graph for averages</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiple-Lines-graph-for-averages/m-p/486489#M16766</link>
      <description>&lt;P&gt;The best way would be something like the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=work.sorttemptableSorted;
xaxis min=0;
yaxis min=0;
series x=time y=mdasiss_AVG / group=studyid curvelabel curvelabelpos=max
           curvelabelloc=inside break markers;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2018 21:24:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiple-Lines-graph-for-averages/m-p/486489#M16766</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2018-08-13T21:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Lines graph for averages</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiple-Lines-graph-for-averages/m-p/486767#M16770</link>
      <description>Thanks so much. That helped me to get the graph that I wanted.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Aug 2018 18:16:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiple-Lines-graph-for-averages/m-p/486767#M16770</guid>
      <dc:creator>hein68</dc:creator>
      <dc:date>2018-08-14T18:16:22Z</dc:date>
    </item>
  </channel>
</rss>

