<?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 GPLOT SAS To SGPLOT SAS STUDIO in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/GPLOT-SAS-To-SGPLOT-SAS-STUDIO/m-p/682726#M206681</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can anyone help me to transform this SAS code to fit SAS STUDIO which does not have the GLPOT program.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SYMBOL2 I=join V=none C=blue h=1;&lt;BR /&gt;SYMBOL1 I=none V=dot C=red h=0.4;&lt;BR /&gt;PROC GPLOT DATA=cbd.ws_cb1;&lt;BR /&gt;PLOT mls*rcs=1 y*x=2 / overlay;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;J&lt;/P&gt;</description>
    <pubDate>Wed, 09 Sep 2020 18:07:35 GMT</pubDate>
    <dc:creator>Jmbuote</dc:creator>
    <dc:date>2020-09-09T18:07:35Z</dc:date>
    <item>
      <title>GPLOT SAS To SGPLOT SAS STUDIO</title>
      <link>https://communities.sas.com/t5/SAS-Programming/GPLOT-SAS-To-SGPLOT-SAS-STUDIO/m-p/682726#M206681</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can anyone help me to transform this SAS code to fit SAS STUDIO which does not have the GLPOT program.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SYMBOL2 I=join V=none C=blue h=1;&lt;BR /&gt;SYMBOL1 I=none V=dot C=red h=0.4;&lt;BR /&gt;PROC GPLOT DATA=cbd.ws_cb1;&lt;BR /&gt;PLOT mls*rcs=1 y*x=2 / overlay;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;J&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 18:07:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/GPLOT-SAS-To-SGPLOT-SAS-STUDIO/m-p/682726#M206681</guid>
      <dc:creator>Jmbuote</dc:creator>
      <dc:date>2020-09-09T18:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: GPLOT SAS To SGPLOT SAS STUDIO</title>
      <link>https://communities.sas.com/t5/SAS-Programming/GPLOT-SAS-To-SGPLOT-SAS-STUDIO/m-p/682728#M206682</link>
      <description>SAS Studio does support GPLOT, SAS University Edition does not have a license to GPLOT - it's outdated. SAS OnDemand for Academics does include GPLOT and is on SAS Studio as well. &lt;BR /&gt;&lt;BR /&gt;Not sure if I have the x/y's right but the following should get you started.&lt;BR /&gt;&lt;BR /&gt;proc sgplot data=cbd.ws_cb1;&lt;BR /&gt;series x = rcs= mls;&lt;BR /&gt;scatter x=x y=y;&lt;BR /&gt;run;</description>
      <pubDate>Wed, 09 Sep 2020 18:11:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/GPLOT-SAS-To-SGPLOT-SAS-STUDIO/m-p/682728#M206682</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-09-09T18:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: GPLOT SAS To SGPLOT SAS STUDIO</title>
      <link>https://communities.sas.com/t5/SAS-Programming/GPLOT-SAS-To-SGPLOT-SAS-STUDIO/m-p/682734#M206686</link>
      <description>&lt;P&gt;Same problem with this. Can you help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC GPLOT DATA=cbd.outlier_CB1;&lt;BR /&gt;BUBBLE dev*riskscore=lddeces / CFRAME=white ANNOTATE=inf VAXIS=axis1 HAXIS=axis2 FRAME VREF=-3 0 3 VMINOR=0 HMINOR=0 CAXIS=black BCOLOR=red BSIZE=12;&lt;BR /&gt;AXIS1 lABEL=(A=90 R=0 F="ARIAL") WIDTH=2;&lt;BR /&gt;RUN;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 19:01:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/GPLOT-SAS-To-SGPLOT-SAS-STUDIO/m-p/682734#M206686</guid>
      <dc:creator>Jmbuote</dc:creator>
      <dc:date>2020-09-09T19:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: GPLOT SAS To SGPLOT SAS STUDIO</title>
      <link>https://communities.sas.com/t5/SAS-Programming/GPLOT-SAS-To-SGPLOT-SAS-STUDIO/m-p/682758#M206698</link>
      <description>Have you tried a BUBBLE statement in SGPLOT?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetTarget=n13vtwmd4kzi9jn15mjz9mb46jl5.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetTarget=n13vtwmd4kzi9jn15mjz9mb46jl5.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Sep 2020 20:01:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/GPLOT-SAS-To-SGPLOT-SAS-STUDIO/m-p/682758#M206698</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-09-09T20:01:47Z</dc:date>
    </item>
  </channel>
</rss>

