<?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: Panel histogram in PROC UNIVARIATE - Y axis labeling issue in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Panel-histogram-in-PROC-UNIVARIATE-Y-axis-labeling-issue/m-p/531969#M145712</link>
    <description>Use PROC SGPANEL instead .</description>
    <pubDate>Fri, 01 Feb 2019 13:40:51 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2019-02-01T13:40:51Z</dc:date>
    <item>
      <title>Panel histogram in PROC UNIVARIATE - Y axis labeling issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Panel-histogram-in-PROC-UNIVARIATE-Y-axis-labeling-issue/m-p/531836#M145657</link>
      <description>&lt;P&gt;Hi folks,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you know how to get rid of variable= shown on the y-axis of each panels in the histogram plot below? In this case, the name of variable is WGT_DX and it appears as&amp;nbsp;WGT_DX= before my information coming from proc format.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I appreciate your help!&lt;/P&gt;
&lt;P&gt;Thanks in advance.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if mock data needed.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAS_SUPPORT_HISTO.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/26746i5E1D8447B6B6E5ED/image-size/large?v=v2&amp;amp;px=999" role="button" title="SAS_SUPPORT_HISTO.png" alt="SAS_SUPPORT_HISTO.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;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics / height=1200px width=800px;
PROC UNIVARIATE DATA=TEST;
CLASS WGT_DX KEEP2;
VAR DIFF;
HISTOGRAM DOD_DIFF/NROWS=6 ODSTITLE="HI TITLE"; 
ODS SELECT HISTOGRAM; 
FORMAT WGT_DX WGT_DX_MIN.; 
RUN;&lt;BR /&gt;PROC FORMAT;&lt;BR /&gt;&lt;BR /&gt;VALUE WGT_DX_MIN&lt;BR /&gt;1="Colon/Rectum Cancer"&lt;BR /&gt;2="Benign/EN/Uncertain Behavior"&lt;BR /&gt;3="Secondary,Unspecified or In-situ"&lt;BR /&gt;4="Malignancy of Digestive Organ"&lt;BR /&gt;5="Screening for Malignancy"&lt;BR /&gt;6="Personal history of GI-cancer"&lt;BR /&gt;;&lt;BR /&gt;RUN; &lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 03:21:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Panel-histogram-in-PROC-UNIVARIATE-Y-axis-labeling-issue/m-p/531836#M145657</guid>
      <dc:creator>Cruise</dc:creator>
      <dc:date>2019-02-01T03:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Panel histogram in PROC UNIVARIATE - Y axis labeling issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Panel-histogram-in-PROC-UNIVARIATE-Y-axis-labeling-issue/m-p/531969#M145712</link>
      <description>Use PROC SGPANEL instead .</description>
      <pubDate>Fri, 01 Feb 2019 13:40:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Panel-histogram-in-PROC-UNIVARIATE-Y-axis-labeling-issue/m-p/531969#M145712</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-02-01T13:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Panel histogram in PROC UNIVARIATE - Y axis labeling issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Panel-histogram-in-PROC-UNIVARIATE-Y-axis-labeling-issue/m-p/531972#M145714</link>
      <description>Thanks! I was just thinking of sgpanel.</description>
      <pubDate>Fri, 01 Feb 2019 13:45:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Panel-histogram-in-PROC-UNIVARIATE-Y-axis-labeling-issue/m-p/531972#M145714</guid>
      <dc:creator>Cruise</dc:creator>
      <dc:date>2019-02-01T13:45:10Z</dc:date>
    </item>
  </channel>
</rss>

