<?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: Change class labels of comparative histogram in PROC UNIVARIATE in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Change-class-labels-of-comparative-histogram-in-PROC-UNIVARIATE/m-p/301401#M60601</link>
    <description>&lt;P&gt;If you want more control over graph appearance than Proc Univariate provides then you might want to try using Proc Sgpanel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which version of SAS are you using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't get the variable name in the label as you do attempting your code structure with one of my datasets.&lt;/P&gt;</description>
    <pubDate>Wed, 28 Sep 2016 20:50:33 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2016-09-28T20:50:33Z</dc:date>
    <item>
      <title>Change class labels of comparative histogram in PROC UNIVARIATE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Change-class-labels-of-comparative-histogram-in-PROC-UNIVARIATE/m-p/301383#M60599</link>
      <description>&lt;P&gt;I am creating a comparative histogram (pic attached)&amp;nbsp;in proc univariate and my class variable is entry (entry has two values, A and B).&lt;/P&gt;
&lt;P&gt;The labels that are placed to the left of each histogram say "entry = A' and 'entry = B'.&amp;nbsp; How can I modify these so they only say 'A' and 'B' and leave off the 'entry = '.&amp;nbsp; I can't find anything online that says how to modify these.&amp;nbsp; The code that I am using is posted below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;univariate&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=results &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;noprint&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;class&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; entry;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;var&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; result;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;histogram&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; result / odstitle = &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'Analyte'&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;vscale&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;=percent nocurvelegend &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;normal&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;noprint&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;);&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13015i2175FF3141E2D643/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Histogram9.png" title="Histogram9.png" /&gt;</description>
      <pubDate>Wed, 28 Sep 2016 19:30:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Change-class-labels-of-comparative-histogram-in-PROC-UNIVARIATE/m-p/301383#M60599</guid>
      <dc:creator>fastb</dc:creator>
      <dc:date>2016-09-28T19:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Change class labels of comparative histogram in PROC UNIVARIATE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Change-class-labels-of-comparative-histogram-in-PROC-UNIVARIATE/m-p/301401#M60601</link>
      <description>&lt;P&gt;If you want more control over graph appearance than Proc Univariate provides then you might want to try using Proc Sgpanel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which version of SAS are you using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't get the variable name in the label as you do attempting your code structure with one of my datasets.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2016 20:50:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Change-class-labels-of-comparative-histogram-in-PROC-UNIVARIATE/m-p/301401#M60601</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-09-28T20:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Change class labels of comparative histogram in PROC UNIVARIATE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Change-class-labels-of-comparative-histogram-in-PROC-UNIVARIATE/m-p/301481#M60607</link>
      <description>&lt;PRE&gt;

proc sgpanel data=sashelp.class;
 panelby sex/layout=rowlattice rowheaderpos=left novarname spacing=4;
 histogram weight;
 density weight;
run;

&lt;/PRE&gt;</description>
      <pubDate>Thu, 29 Sep 2016 09:59:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Change-class-labels-of-comparative-histogram-in-PROC-UNIVARIATE/m-p/301481#M60607</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-09-29T09:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Change class labels of comparative histogram in PROC UNIVARIATE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Change-class-labels-of-comparative-histogram-in-PROC-UNIVARIATE/m-p/301506#M60610</link>
      <description>&lt;P&gt;Thank you ballrdw and ksharp! I will use sgpanel instead of proc univariate to make these.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2016 12:19:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Change-class-labels-of-comparative-histogram-in-PROC-UNIVARIATE/m-p/301506#M60610</guid>
      <dc:creator>fastb</dc:creator>
      <dc:date>2016-09-29T12:19:18Z</dc:date>
    </item>
  </channel>
</rss>

