<?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: Having Trouble Log Transforming Axis in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Having-Trouble-Log-Transforming-Axis/m-p/394475#M3398</link>
    <description>&lt;P&gt;Thank you so much, that worked. &amp;nbsp;Much appreciated.&lt;/P&gt;</description>
    <pubDate>Sat, 09 Sep 2017 21:32:28 GMT</pubDate>
    <dc:creator>jlevin</dc:creator>
    <dc:date>2017-09-09T21:32:28Z</dc:date>
    <item>
      <title>Having Trouble Log Transforming Axis</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Having-Trouble-Log-Transforming-Axis/m-p/394418#M3396</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like the count of the landslide types to be log transformed on the y axis. &amp;nbsp;I am still new to SAS, but to my understanding this should work:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sgplot data=landslide3;&lt;BR /&gt;vbar landslide_type;&lt;BR /&gt;yaxis type=log logbase=10 logstyle=logexpand;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However this is the graph I am getting. &amp;nbsp;The axis stil seems to just be counting the frequency with no log transformation. &amp;nbsp;If anyone could help steer me in the right direction with the code to plot frequency with a log transformation that would be awesome.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screen Shot 2017-09-08 at 10.52.57 PM.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/14938iC925389C612594AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2017-09-08 at 10.52.57 PM.png" alt="Screen Shot 2017-09-08 at 10.52.57 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Sep 2017 05:58:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Having-Trouble-Log-Transforming-Axis/m-p/394418#M3396</guid>
      <dc:creator>jlevin</dc:creator>
      <dc:date>2017-09-09T05:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Having Trouble Log Transforming Axis</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Having-Trouble-Log-Transforming-Axis/m-p/394446#M3397</link>
      <description>&lt;P&gt;Allways look at the log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NOTE: The log axis cannot support zero or negative values for the axis from plot data or due&lt;BR /&gt; to default or assigned BASELINEINTERCEPT value. The axis type will be changed to LINEAR.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a possible work around.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=sashelp.gas;
   vbar fuel / baseline=1e-8;
   yaxis type=log logbase=10 logstyle=logexpand;
run;
 &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 09 Sep 2017 15:05:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Having-Trouble-Log-Transforming-Axis/m-p/394446#M3397</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-09-09T15:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Having Trouble Log Transforming Axis</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Having-Trouble-Log-Transforming-Axis/m-p/394475#M3398</link>
      <description>&lt;P&gt;Thank you so much, that worked. &amp;nbsp;Much appreciated.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Sep 2017 21:32:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Having-Trouble-Log-Transforming-Axis/m-p/394475#M3398</guid>
      <dc:creator>jlevin</dc:creator>
      <dc:date>2017-09-09T21:32:28Z</dc:date>
    </item>
  </channel>
</rss>

