<?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 about Sgscatter and Gplot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/about-Sgscatter-and-Gplot/m-p/26264#M773</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To answer the SGSCATTER question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are creating single-cell scatter plots like you would with GPLOT, you should be using SGPLOT instead of SGSCATTER. SGSCATTER is designed to create panels of scatter plots and matrices. In SGPLOT, there are four axis statements: XAXIS, YAXIS, X2AXIS, and Y2AXIS. You can specify VALUES=(x to y by z) on the necessary axis. Also, the optional VALUESHINT option changes the interpretation of VALUES such that the start and end values do not dictate the axis range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Mar 2012 13:47:11 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2012-03-09T13:47:11Z</dc:date>
    <item>
      <title>about Sgscatter and Gplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/about-Sgscatter-and-Gplot/m-p/26262#M771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two questions:&lt;/P&gt;&lt;P&gt;1) Proc SGSCATTER:&amp;nbsp; is there the same statement used in PROC GPLOT: &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; color: blue; font-size: 11pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; order&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; color: black; font-size: 11pt;"&gt;=(x&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; color: black; font-size: 11pt;"&gt; to xx&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; color: black; font-size: 11pt;"&gt; by x&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; color: black; font-size: 11pt;"&gt;)? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; color: black; font-size: 11pt;"&gt;2) Proc GPLOT: How can I do not to show the digits after comma (.00) in Y AXIS ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; color: black; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; color: black; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;CENTER&gt;&lt;/CENTER&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; color: black; font-size: 11pt;"&gt;Thanks in advance for any help&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2012 11:00:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/about-Sgscatter-and-Gplot/m-p/26262#M771</guid>
      <dc:creator>L_L</dc:creator>
      <dc:date>2012-03-09T11:00:43Z</dc:date>
    </item>
    <item>
      <title>about Sgscatter and Gplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/about-Sgscatter-and-Gplot/m-p/26263#M772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Per the gplot question ... you can use a format statement on the y-variable to control its appearance.&amp;nbsp; For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gplot data=sashelp.stocks;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;format close comma8.0;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;plot close*date;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2012 13:08:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/about-Sgscatter-and-Gplot/m-p/26263#M772</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2012-03-09T13:08:40Z</dc:date>
    </item>
    <item>
      <title>about Sgscatter and Gplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/about-Sgscatter-and-Gplot/m-p/26264#M773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To answer the SGSCATTER question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are creating single-cell scatter plots like you would with GPLOT, you should be using SGPLOT instead of SGSCATTER. SGSCATTER is designed to create panels of scatter plots and matrices. In SGPLOT, there are four axis statements: XAXIS, YAXIS, X2AXIS, and Y2AXIS. You can specify VALUES=(x to y by z) on the necessary axis. Also, the optional VALUESHINT option changes the interpretation of VALUES such that the start and end values do not dictate the axis range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2012 13:47:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/about-Sgscatter-and-Gplot/m-p/26264#M773</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2012-03-09T13:47:11Z</dc:date>
    </item>
  </channel>
</rss>

