<?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: series plots using Enterprise Guide (EG) in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/series-plots-using-Enterprise-Guide-EG/m-p/347556#M22965</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Here is some code


ods listing  gpath='d:/png';
ods graphics on / width=8in imagefmt=png imagename="spaghetti";
title "Spaghetti Plots";
proc sgplot data=emprol;
series x=educ y=salary/  group=jobtime name='grouping' grouplc=jobtime lineattrs=(pattern=solid) ;
keylegend 'grouping' / type=linecolor;
run;quit;
ods graphics off;
ods listing close;
run;quit;



&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8186i6941C54B1D4A414F/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="spaghetti.png" title="spaghetti.png" /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Apr 2017 01:07:46 GMT</pubDate>
    <dc:creator>rogerjdeangelis</dc:creator>
    <dc:date>2017-04-06T01:07:46Z</dc:date>
    <item>
      <title>series plots using Enterprise Guide (EG)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/series-plots-using-Enterprise-Guide-EG/m-p/347520#M22960</link>
      <description>&lt;P&gt;Hi experts,&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have some series plots in excel that i am trying to automate in sas (EG). i have used multiple line plots in the &amp;nbsp;Enterprise Guide put the graph is messy. in the mean time there is series plot in SAS studio and am wondering if someone can help me on how to do series plots in sas &amp;nbsp;Enterprise Guide. the line plots use Gplot and the series plots use SGplot which is an enhanced graph than the Gplot. This is not Time series.&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 21:29:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/series-plots-using-Enterprise-Guide-EG/m-p/347520#M22960</guid>
      <dc:creator>Kinston</dc:creator>
      <dc:date>2017-04-05T21:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: series plots using Enterprise Guide (EG)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/series-plots-using-Enterprise-Guide-EG/m-p/347526#M22962</link>
      <description>&lt;P&gt;I don't know if this is available via point and click but the code in Studio and be used in EG, assuming they're both the same version.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The GUI's get you 90% of the way there, but at some point you'll have to code. You can also open a code node and manually program it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 21:59:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/series-plots-using-Enterprise-Guide-EG/m-p/347526#M22962</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-05T21:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: series plots using Enterprise Guide (EG)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/series-plots-using-Enterprise-Guide-EG/m-p/347556#M22965</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Here is some code


ods listing  gpath='d:/png';
ods graphics on / width=8in imagefmt=png imagename="spaghetti";
title "Spaghetti Plots";
proc sgplot data=emprol;
series x=educ y=salary/  group=jobtime name='grouping' grouplc=jobtime lineattrs=(pattern=solid) ;
keylegend 'grouping' / type=linecolor;
run;quit;
ods graphics off;
ods listing close;
run;quit;



&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8186i6941C54B1D4A414F/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="spaghetti.png" title="spaghetti.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 01:07:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/series-plots-using-Enterprise-Guide-EG/m-p/347556#M22965</guid>
      <dc:creator>rogerjdeangelis</dc:creator>
      <dc:date>2017-04-06T01:07:46Z</dc:date>
    </item>
  </channel>
</rss>

