<?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: SGPLOT Scatter with Log Scale in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Scatter-with-Log-Scale/m-p/74215#M2726</link>
    <description>Ah Ha. Found it.  Turns out I had a couple of negative values in the data set.  I guess I should read the log even when an error doesn't occur.</description>
    <pubDate>Thu, 08 Apr 2010 00:52:02 GMT</pubDate>
    <dc:creator>GDA</dc:creator>
    <dc:date>2010-04-08T00:52:02Z</dc:date>
    <item>
      <title>SGPLOT Scatter with Log Scale</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Scatter-with-Log-Scale/m-p/74214#M2725</link>
      <description>I'm trying to create a simple scatter chart with the Y axis log transformed.  Reading the help documentation seems simple enough but it still creates a linear Y axis.  What am I missing?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
proc sgplot data=WORK.DATA;&lt;BR /&gt;
SCATTER x=TIME_EACH_MEASUREMENT y=NUM_ERRS / &lt;BR /&gt;
     GROUP=Failure_Cause;&lt;BR /&gt;
     YAXIS TYPE=LOG LOGSTYLE=LOGEXPAND LOGBASE=10;&lt;BR /&gt;
run;</description>
      <pubDate>Thu, 08 Apr 2010 00:34:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Scatter-with-Log-Scale/m-p/74214#M2725</guid>
      <dc:creator>GDA</dc:creator>
      <dc:date>2010-04-08T00:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT Scatter with Log Scale</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Scatter-with-Log-Scale/m-p/74215#M2726</link>
      <description>Ah Ha. Found it.  Turns out I had a couple of negative values in the data set.  I guess I should read the log even when an error doesn't occur.</description>
      <pubDate>Thu, 08 Apr 2010 00:52:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Scatter-with-Log-Scale/m-p/74215#M2726</guid>
      <dc:creator>GDA</dc:creator>
      <dc:date>2010-04-08T00:52:02Z</dc:date>
    </item>
  </channel>
</rss>

