<?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, histogrma on log(10) scale in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/sgplot-histogrma-on-log-10-scale/m-p/149571#M5643</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The variable is positive - no zeros.&lt;/P&gt;&lt;P&gt;This is the code:&lt;/P&gt;&lt;P&gt;prog sgplot;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; histogram dmp / scale=count;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xaxis type=log base=10 logstyle=linear;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Aug 2014 04:07:36 GMT</pubDate>
    <dc:creator>Tz</dc:creator>
    <dc:date>2014-08-06T04:07:36Z</dc:date>
    <item>
      <title>sgplot, histogrma on log(10) scale</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgplot-histogrma-on-log-10-scale/m-p/149569#M5641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi all.&lt;/P&gt;&lt;P&gt;I am trying to use Sgplot to create a histogram on the log scale.&lt;/P&gt;&lt;P&gt;My variable is positive.&lt;/P&gt;&lt;P&gt;Syntax and sample file attached.&lt;/P&gt;&lt;P&gt;I get an error message that the scale includes zeoro or negative values.&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 12:57:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgplot-histogrma-on-log-10-scale/m-p/149569#M5641</guid>
      <dc:creator>Tz</dc:creator>
      <dc:date>2014-08-05T12:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: sgplot, histogrma on log(10) scale</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgplot-histogrma-on-log-10-scale/m-p/149570#M5642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cant see your code, the queue seems to be blocked.&amp;nbsp; Anyways, you are sure the data you are using has no number of 0 or less?&amp;nbsp; If you have a zero, then maybe consider adding 0.0001 to it so it looks on the output like 0, however behind the scenes its really just over.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 13:06:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgplot-histogrma-on-log-10-scale/m-p/149570#M5642</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-08-05T13:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: sgplot, histogrma on log(10) scale</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgplot-histogrma-on-log-10-scale/m-p/149571#M5643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The variable is positive - no zeros.&lt;/P&gt;&lt;P&gt;This is the code:&lt;/P&gt;&lt;P&gt;prog sgplot;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; histogram dmp / scale=count;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xaxis type=log base=10 logstyle=linear;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 04:07:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgplot-histogrma-on-log-10-scale/m-p/149571#M5643</guid>
      <dc:creator>Tz</dc:creator>
      <dc:date>2014-08-06T04:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: sgplot, histogrma on log(10) scale</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgplot-histogrma-on-log-10-scale/m-p/149572#M5644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Couldn't see anything directly wrong with that, maybe try changing base to be 2 or E though I don't think it would have any effect, I would still say its in the data though I can't see as the Queue has broken here so files are not available.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 08:01:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgplot-histogrma-on-log-10-scale/m-p/149572#M5644</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-08-06T08:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: sgplot, histogrma on log(10) scale</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgplot-histogrma-on-log-10-scale/m-p/149573#M5645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please show output of the variable from Proc Means or similar showing at least the min value. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 15:04:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgplot-histogrma-on-log-10-scale/m-p/149573#M5645</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-08-06T15:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: sgplot, histogrma on log(10) scale</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgplot-histogrma-on-log-10-scale/m-p/149574#M5646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since your data and program zip files are still under scan, it is hard to figure out what may be going on.&amp;nbsp; Can you provide a simple case to illustrate the problem using one of the SASHELP data sets like Cars or Heart, along with the full program?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 15:13:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgplot-histogrma-on-log-10-scale/m-p/149574#M5646</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2014-08-06T15:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: sgplot, histogrma on log(10) scale</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgplot-histogrma-on-log-10-scale/m-p/149575#M5647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm checking on the virus scan with our IT department - thank you for your patience&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 15:33:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgplot-histogrma-on-log-10-scale/m-p/149575#M5647</guid>
      <dc:creator>Community_Help</dc:creator>
      <dc:date>2014-08-06T15:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: sgplot, histogrma on log(10) scale</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgplot-histogrma-on-log-10-scale/m-p/149576#M5648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is there are automatic created intervals with a count of zero.&amp;nbsp; A value of zero cannot be positioned logaritmic.&lt;BR /&gt;There must be an other way of scaling 0-1-10-100-1000&amp;nbsp; (that is 10log like based) a try for that with the binning. Do not see how to influence the binning on that. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Aug 2014 14:52:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgplot-histogrma-on-log-10-scale/m-p/149576#M5648</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-08-23T14:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: sgplot, histogrma on log(10) scale</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgplot-histogrma-on-log-10-scale/m-p/149577#M5649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See article:&amp;nbsp; &lt;A href="http://blogs.sas.com/content/graphicallyspeaking/2014/08/18/histograms-on-log-axis/" title="http://blogs.sas.com/content/graphicallyspeaking/2014/08/18/histograms-on-log-axis/"&gt; Histograms on Log Axis - Graphically Speaking&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 03:12:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgplot-histogrma-on-log-10-scale/m-p/149577#M5649</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2014-08-25T03:12:30Z</dc:date>
    </item>
  </channel>
</rss>

