<?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 Lognormal scale boxplot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Lognormal-scale-boxplot/m-p/124212#M4813</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This SGPLOT-HBOX graph is almost what I want&lt;/P&gt;&lt;P&gt;&lt;IMG alt="LogNormalBoxPlot.PNG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/4101_LogNormalBoxPlot.PNG" width="450" /&gt;&lt;BR /&gt;It shows the distribution of a concentration on a log10 scale. Means and far outliers are also determined on a log scale. What I would like is the X axis to show original units instead of log units. I need a solution that will accommodate BY processing with varying ranges on the X axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Aug 2013 16:20:30 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2013-08-28T16:20:30Z</dc:date>
    <item>
      <title>Lognormal scale boxplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Lognormal-scale-boxplot/m-p/124212#M4813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This SGPLOT-HBOX graph is almost what I want&lt;/P&gt;&lt;P&gt;&lt;IMG alt="LogNormalBoxPlot.PNG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/4101_LogNormalBoxPlot.PNG" width="450" /&gt;&lt;BR /&gt;It shows the distribution of a concentration on a log10 scale. Means and far outliers are also determined on a log scale. What I would like is the X axis to show original units instead of log units. I need a solution that will accommodate BY processing with varying ranges on the X axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 16:20:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Lognormal-scale-boxplot/m-p/124212#M4813</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2013-08-28T16:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Lognormal scale boxplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Lognormal-scale-boxplot/m-p/124213#M4814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post the SGPLOT code you're using? What logstyle are you using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 16:29:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Lognormal-scale-boxplot/m-p/124213#M4814</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2013-08-28T16:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Lognormal scale boxplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Lognormal-scale-boxplot/m-p/124214#M4815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc sgplot data=metDet;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;by element;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;hbox logvaleur / category=grpOrganisme datalabel=site labelfar;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;*xaxis type=log logbase=10 label="Teneur (mg/kg)";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;xaxis label="Log(Teneur (mg/kg))" integer;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;yaxis display=(nolabel);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use the commented out XAXIS and &lt;STRONG&gt;valeur&lt;/STRONG&gt; instead of &lt;STRONG&gt;logvaleur&lt;/STRONG&gt;, the mean and outliers (and whiskers, I think) will be determined on a linear scale, which is not what I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: PG Added the change of variable required to go to a linear scale.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 17:08:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Lognormal-scale-boxplot/m-p/124214#M4815</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2013-08-28T17:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Lognormal scale boxplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Lognormal-scale-boxplot/m-p/124215#M4816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a trick that might work for you:&lt;/P&gt;&lt;P&gt;1. Create a user-defined format that maps the log tick values back to the original values. Create a mapping that will encompass the total range of data across the BY-groups. The INTEGER option that you're using should make that mapping easier to create.&lt;/P&gt;&lt;P&gt;2. Use the TICKVALUEFORMAT option to assign the format to the X-axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 20:08:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Lognormal-scale-boxplot/m-p/124215#M4816</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2013-08-28T20:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Lognormal scale boxplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Lognormal-scale-boxplot/m-p/124216#M4817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But that's cheating! OK, I'll try it &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;. Thanks Dan. - PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 21:19:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Lognormal-scale-boxplot/m-p/124216#M4817</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2013-08-28T21:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Lognormal scale boxplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Lognormal-scale-boxplot/m-p/124217#M4818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It worked nicely in most cases.&amp;nbsp; It wouldn't look good for cases where the X range is too short.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;IMG alt="LogNormalBoxPlot2.PNG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/4103_LogNormalBoxPlot2.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 02:58:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Lognormal-scale-boxplot/m-p/124217#M4818</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2013-08-29T02:58:22Z</dc:date>
    </item>
  </channel>
</rss>

