<?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 overlay series curves in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/overlay-series-curves/m-p/689245#M14279</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I am trying to draw overlayed series (Actually I do want to use scatter but I couldn't draw curves of scatter plots) for two groups but I am getting athird line. You can find my code below and the resulting graph. Could you help me to get rid of this third line and make one curve black the other red? Thank you!&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;proc sgplot data=TIF_TCC_R_l_g noautolegend;&lt;BR /&gt;where form in ("Model 1.0", "Model 1.75");&lt;BR /&gt;series y=TIF x=ability/ legendlabel= 'Model 1.0' ; &lt;BR /&gt;series y=TIF x=ability/ legendlabel= 'Model 1.75' ; &lt;BR /&gt;xaxis values =(-9 to 6 by 0.5); ;&lt;BR /&gt;yaxis display=(noline noticks ) grid;&lt;BR /&gt;yaxis label="Information";&lt;BR /&gt;keylegend / title ="Reading 12 graph" sortorder=ascending location=outside position=bottom across=1;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dustychair_0-1601997685249.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/50224i6C66DB384E780D46/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dustychair_0-1601997685249.png" alt="dustychair_0-1601997685249.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Oct 2020 15:24:54 GMT</pubDate>
    <dc:creator>dustychair</dc:creator>
    <dc:date>2020-10-06T15:24:54Z</dc:date>
    <item>
      <title>overlay series curves</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/overlay-series-curves/m-p/689245#M14279</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I am trying to draw overlayed series (Actually I do want to use scatter but I couldn't draw curves of scatter plots) for two groups but I am getting athird line. You can find my code below and the resulting graph. Could you help me to get rid of this third line and make one curve black the other red? Thank you!&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;proc sgplot data=TIF_TCC_R_l_g noautolegend;&lt;BR /&gt;where form in ("Model 1.0", "Model 1.75");&lt;BR /&gt;series y=TIF x=ability/ legendlabel= 'Model 1.0' ; &lt;BR /&gt;series y=TIF x=ability/ legendlabel= 'Model 1.75' ; &lt;BR /&gt;xaxis values =(-9 to 6 by 0.5); ;&lt;BR /&gt;yaxis display=(noline noticks ) grid;&lt;BR /&gt;yaxis label="Information";&lt;BR /&gt;keylegend / title ="Reading 12 graph" sortorder=ascending location=outside position=bottom across=1;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dustychair_0-1601997685249.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/50224i6C66DB384E780D46/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dustychair_0-1601997685249.png" alt="dustychair_0-1601997685249.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 15:24:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/overlay-series-curves/m-p/689245#M14279</guid>
      <dc:creator>dustychair</dc:creator>
      <dc:date>2020-10-06T15:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: overlay series curves</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/overlay-series-curves/m-p/689445#M14284</link>
      <description>&lt;P&gt;Quick update:&lt;/P&gt;
&lt;P&gt;I resolved my issue by restructuring the data. Thanks all!&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 05:27:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/overlay-series-curves/m-p/689445#M14284</guid>
      <dc:creator>dustychair</dc:creator>
      <dc:date>2020-10-07T05:27:32Z</dc:date>
    </item>
  </channel>
</rss>

