<?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 Remaining Code for GPLOT Question in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Remaining-Code-for-GPLOT-Question/m-p/7585#M128</link>
    <description>proc sort data=revise;&lt;BR /&gt;
by Cond1 Cond2;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
/*Commands to run graphs for Robb*/&lt;BR /&gt;
goptions reset=global gunit=pct border cback=white&lt;BR /&gt;
			device=pscolor &lt;BR /&gt;
         gsfname=grafout&lt;BR /&gt;
		 interpol=join&lt;BR /&gt;
         gsfmode=append&lt;BR /&gt;
         colors=(black blue green red yellow purple orange mauve pink brown)&lt;BR /&gt;
         ftitle=swissb ftext=swiss htitle=6 htext=4;&lt;BR /&gt;
&lt;BR /&gt;
symbol1 color=red&lt;BR /&gt;
        interpol=join&lt;BR /&gt;
        value=dot&lt;BR /&gt;
        height=1;&lt;BR /&gt;
&lt;BR /&gt;
symbol2 color=blue&lt;BR /&gt;
        interpol=join&lt;BR /&gt;
        value=dot&lt;BR /&gt;
        height=1;&lt;BR /&gt;
&lt;BR /&gt;
symbol3 color=black&lt;BR /&gt;
        interpol=join&lt;BR /&gt;
        value=dot&lt;BR /&gt;
        height=1;&lt;BR /&gt;
&lt;BR /&gt;
symbol4 color=green&lt;BR /&gt;
        interpol=join&lt;BR /&gt;
        value=dot&lt;BR /&gt;
        height=1;&lt;BR /&gt;
&lt;BR /&gt;
symbol5 color=yellow&lt;BR /&gt;
        interpol=join&lt;BR /&gt;
        value=dot&lt;BR /&gt;
        height=1;&lt;BR /&gt;
&lt;BR /&gt;
symbol6 color=purple&lt;BR /&gt;
        interpol=join&lt;BR /&gt;
        value=dot&lt;BR /&gt;
        height=1;&lt;BR /&gt;
&lt;BR /&gt;
symbol7 color=chartreuse&lt;BR /&gt;
        interpol=join&lt;BR /&gt;
        value=dot&lt;BR /&gt;
        height=1;&lt;BR /&gt;
&lt;BR /&gt;
symbol8 color=brown&lt;BR /&gt;
        interpol=join&lt;BR /&gt;
        value=dot&lt;BR /&gt;
        height=1;&lt;BR /&gt;
&lt;BR /&gt;
proc gplot data=revise;&lt;BR /&gt;
by Cond1 Cond2;&lt;BR /&gt;
plot E4*Sample_Num E5*Sample_Num E10*Sample_Num E11*Sample_Num E12*Sample_Num E16*Sample_Num E19*Sample_Num E20*Sample_Num/overlay frame vaxis=axis1 haxis=axis2 legend=legend1;&lt;BR /&gt;
/*filename grafout 'mygraph1.ps';*/&lt;BR /&gt;
&lt;BR /&gt;
goptions device=pscolor&lt;BR /&gt;
         gsfname=grafout&lt;BR /&gt;
		 interpol=join&lt;BR /&gt;
         gsfmode=append;&lt;BR /&gt;
run;</description>
    <pubDate>Wed, 19 Mar 2008 16:09:29 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-03-19T16:09:29Z</dc:date>
    <item>
      <title>Remaining Code for GPLOT Question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Remaining-Code-for-GPLOT-Question/m-p/7585#M128</link>
      <description>proc sort data=revise;&lt;BR /&gt;
by Cond1 Cond2;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
/*Commands to run graphs for Robb*/&lt;BR /&gt;
goptions reset=global gunit=pct border cback=white&lt;BR /&gt;
			device=pscolor &lt;BR /&gt;
         gsfname=grafout&lt;BR /&gt;
		 interpol=join&lt;BR /&gt;
         gsfmode=append&lt;BR /&gt;
         colors=(black blue green red yellow purple orange mauve pink brown)&lt;BR /&gt;
         ftitle=swissb ftext=swiss htitle=6 htext=4;&lt;BR /&gt;
&lt;BR /&gt;
symbol1 color=red&lt;BR /&gt;
        interpol=join&lt;BR /&gt;
        value=dot&lt;BR /&gt;
        height=1;&lt;BR /&gt;
&lt;BR /&gt;
symbol2 color=blue&lt;BR /&gt;
        interpol=join&lt;BR /&gt;
        value=dot&lt;BR /&gt;
        height=1;&lt;BR /&gt;
&lt;BR /&gt;
symbol3 color=black&lt;BR /&gt;
        interpol=join&lt;BR /&gt;
        value=dot&lt;BR /&gt;
        height=1;&lt;BR /&gt;
&lt;BR /&gt;
symbol4 color=green&lt;BR /&gt;
        interpol=join&lt;BR /&gt;
        value=dot&lt;BR /&gt;
        height=1;&lt;BR /&gt;
&lt;BR /&gt;
symbol5 color=yellow&lt;BR /&gt;
        interpol=join&lt;BR /&gt;
        value=dot&lt;BR /&gt;
        height=1;&lt;BR /&gt;
&lt;BR /&gt;
symbol6 color=purple&lt;BR /&gt;
        interpol=join&lt;BR /&gt;
        value=dot&lt;BR /&gt;
        height=1;&lt;BR /&gt;
&lt;BR /&gt;
symbol7 color=chartreuse&lt;BR /&gt;
        interpol=join&lt;BR /&gt;
        value=dot&lt;BR /&gt;
        height=1;&lt;BR /&gt;
&lt;BR /&gt;
symbol8 color=brown&lt;BR /&gt;
        interpol=join&lt;BR /&gt;
        value=dot&lt;BR /&gt;
        height=1;&lt;BR /&gt;
&lt;BR /&gt;
proc gplot data=revise;&lt;BR /&gt;
by Cond1 Cond2;&lt;BR /&gt;
plot E4*Sample_Num E5*Sample_Num E10*Sample_Num E11*Sample_Num E12*Sample_Num E16*Sample_Num E19*Sample_Num E20*Sample_Num/overlay frame vaxis=axis1 haxis=axis2 legend=legend1;&lt;BR /&gt;
/*filename grafout 'mygraph1.ps';*/&lt;BR /&gt;
&lt;BR /&gt;
goptions device=pscolor&lt;BR /&gt;
         gsfname=grafout&lt;BR /&gt;
		 interpol=join&lt;BR /&gt;
         gsfmode=append;&lt;BR /&gt;
run;</description>
      <pubDate>Wed, 19 Mar 2008 16:09:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Remaining-Code-for-GPLOT-Question/m-p/7585#M128</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-03-19T16:09:29Z</dc:date>
    </item>
  </channel>
</rss>

