<?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 How use proc gplot in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-use-proc-gplot/m-p/259285#M50140</link>
    <description>I want to use proc gplot for following code:&lt;BR /&gt;PROC plot data = covprob;&lt;BR /&gt;plot cv_hat*n = '^';&lt;BR /&gt;plot cv_curl*n = '~';&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;BR /&gt;&lt;BR /&gt;So, instead "plot" I have to use "gplot "....please I need code&lt;BR /&gt;</description>
    <pubDate>Sun, 27 Mar 2016 23:05:05 GMT</pubDate>
    <dc:creator>bigban777</dc:creator>
    <dc:date>2016-03-27T23:05:05Z</dc:date>
    <item>
      <title>How use proc gplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-use-proc-gplot/m-p/259285#M50140</link>
      <description>I want to use proc gplot for following code:&lt;BR /&gt;PROC plot data = covprob;&lt;BR /&gt;plot cv_hat*n = '^';&lt;BR /&gt;plot cv_curl*n = '~';&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;BR /&gt;&lt;BR /&gt;So, instead "plot" I have to use "gplot "....please I need code&lt;BR /&gt;</description>
      <pubDate>Sun, 27 Mar 2016 23:05:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-use-proc-gplot/m-p/259285#M50140</guid>
      <dc:creator>bigban777</dc:creator>
      <dc:date>2016-03-27T23:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: How use proc gplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-use-proc-gplot/m-p/259289#M50142</link>
      <description>&lt;P&gt;What about SGPLOT? Use a scatter statement with Markerattrs to specify the symbol.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=sashelp.class;
scatter x=weight y=height/markerattrs=(symbol=asterisk);
run; quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 28 Mar 2016 00:35:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-use-proc-gplot/m-p/259289#M50142</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-28T00:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: How use proc gplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-use-proc-gplot/m-p/259303#M50152</link>
      <description>Could you give me a code, pls.Didn't find how use "tilda" sign</description>
      <pubDate>Mon, 28 Mar 2016 02:55:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-use-proc-gplot/m-p/259303#M50152</guid>
      <dc:creator>bigban777</dc:creator>
      <dc:date>2016-03-28T02:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: How use proc gplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-use-proc-gplot/m-p/259305#M50154</link>
      <description>&lt;P&gt;Correct your spelling - it's tilde not tilda.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your code doesn't work post what you've tried.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/grstatproc/67909/HTML/default/viewer.htm#p0i3rles1y5mvsn1hrq3i2271rmi.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/grstatproc/67909/HTML/default/viewer.htm#p0i3rles1y5mvsn1hrq3i2271rmi.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2016 03:35:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-use-proc-gplot/m-p/259305#M50154</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-28T03:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: How use proc gplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-use-proc-gplot/m-p/259357#M50176</link>
      <description>&lt;P&gt;Do you want to overlay to plots in the same graph or generate a separate graph for each plot statement?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2016 15:08:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-use-proc-gplot/m-p/259357#M50176</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-03-28T15:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: How use proc gplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-use-proc-gplot/m-p/259397#M50192</link>
      <description>Yes....I need overlay option.</description>
      <pubDate>Mon, 28 Mar 2016 17:33:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-use-proc-gplot/m-p/259397#M50192</guid>
      <dc:creator>bigban777</dc:creator>
      <dc:date>2016-03-28T17:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: How use proc gplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-use-proc-gplot/m-p/259431#M50199</link>
      <description>Add a second scatter statement to proc with relevant variables referenced.</description>
      <pubDate>Mon, 28 Mar 2016 18:57:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-use-proc-gplot/m-p/259431#M50199</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-28T18:57:47Z</dc:date>
    </item>
  </channel>
</rss>

