<?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 need help specifying value range for vertical axes on PROC UNIV histograms in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/need-help-specifying-value-range-for-vertical-axes-on-PROC-UNIV/m-p/60625#M17189</link>
    <description>I am using this series of commands and need to control the vertical axes of the 3 histograms being created for comparison purposes in a publication:&lt;BR /&gt;
&lt;BR /&gt;
PROC UNIVARIATE NORMAL PLOT data=l1.longheat_L_1111;; &lt;BR /&gt;
	var pctmethyl;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
HISTOGRAM pctmethyl/midpoints = 0.0 0.02 0.04 0.06 0.08 0.10 0.12 0.14 0.16 0.18 &lt;BR /&gt;
								0.2 0.22 0.24 0.26 0.28 0.30 0.32 0.34 0.36 0.38 &lt;BR /&gt;
								0.4 0.42 0.44 0.46 0.48 0.50 0.52 0.54 0.56 0.58 &lt;BR /&gt;
								0.6 0.62 0.64 0.66 0.68 0.70 0.72 0.74 0.76 0.78&lt;BR /&gt;
								0.8 0.82 0.84 0.86 0.88 0.90 0.92 0.94 0.96 0.98&lt;BR /&gt;
								1.0&lt;BR /&gt;
								vaxislabel='Number of Cytosine Nucleotides Showing Methylation in L1-LCR Amplicon'&lt;BR /&gt;
								vscale=percent &lt;BR /&gt;
								vaxis=1 to 100&lt;BR /&gt;
								nohlabel&lt;BR /&gt;
								ctext     = blue;&lt;BR /&gt;
TITLE "3'L1-5'LCR1";&lt;BR /&gt;
&lt;BR /&gt;
FOOTNOTE 'Percent Methylation';&lt;BR /&gt;
&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
I tried using the vaxis option and have not had any luck.  For one data set, approximately ~75% for the data are a particular value and for the other two, &amp;gt;80% are similarly one outcome value.  For two, the vertical axes are 0-100, for one 0-80.  &lt;BR /&gt;
&lt;BR /&gt;
Thanks for your help</description>
    <pubDate>Sun, 09 Jan 2011 21:17:35 GMT</pubDate>
    <dc:creator>dwiley</dc:creator>
    <dc:date>2011-01-09T21:17:35Z</dc:date>
    <item>
      <title>need help specifying value range for vertical axes on PROC UNIV histograms</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/need-help-specifying-value-range-for-vertical-axes-on-PROC-UNIV/m-p/60625#M17189</link>
      <description>I am using this series of commands and need to control the vertical axes of the 3 histograms being created for comparison purposes in a publication:&lt;BR /&gt;
&lt;BR /&gt;
PROC UNIVARIATE NORMAL PLOT data=l1.longheat_L_1111;; &lt;BR /&gt;
	var pctmethyl;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
HISTOGRAM pctmethyl/midpoints = 0.0 0.02 0.04 0.06 0.08 0.10 0.12 0.14 0.16 0.18 &lt;BR /&gt;
								0.2 0.22 0.24 0.26 0.28 0.30 0.32 0.34 0.36 0.38 &lt;BR /&gt;
								0.4 0.42 0.44 0.46 0.48 0.50 0.52 0.54 0.56 0.58 &lt;BR /&gt;
								0.6 0.62 0.64 0.66 0.68 0.70 0.72 0.74 0.76 0.78&lt;BR /&gt;
								0.8 0.82 0.84 0.86 0.88 0.90 0.92 0.94 0.96 0.98&lt;BR /&gt;
								1.0&lt;BR /&gt;
								vaxislabel='Number of Cytosine Nucleotides Showing Methylation in L1-LCR Amplicon'&lt;BR /&gt;
								vscale=percent &lt;BR /&gt;
								vaxis=1 to 100&lt;BR /&gt;
								nohlabel&lt;BR /&gt;
								ctext     = blue;&lt;BR /&gt;
TITLE "3'L1-5'LCR1";&lt;BR /&gt;
&lt;BR /&gt;
FOOTNOTE 'Percent Methylation';&lt;BR /&gt;
&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
I tried using the vaxis option and have not had any luck.  For one data set, approximately ~75% for the data are a particular value and for the other two, &amp;gt;80% are similarly one outcome value.  For two, the vertical axes are 0-100, for one 0-80.  &lt;BR /&gt;
&lt;BR /&gt;
Thanks for your help</description>
      <pubDate>Sun, 09 Jan 2011 21:17:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/need-help-specifying-value-range-for-vertical-axes-on-PROC-UNIV/m-p/60625#M17189</guid>
      <dc:creator>dwiley</dc:creator>
      <dc:date>2011-01-09T21:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: need help specifying value range for vertical axes on PROC UNIV histograms</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/need-help-specifying-value-range-for-vertical-axes-on-PROC-UNIV/m-p/60626#M17190</link>
      <description>Have you looked at the ORDER= option on the AXIS statement?</description>
      <pubDate>Sun, 09 Jan 2011 21:39:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/need-help-specifying-value-range-for-vertical-axes-on-PROC-UNIV/m-p/60626#M17190</guid>
      <dc:creator>ArtC</dc:creator>
      <dc:date>2011-01-09T21:39:15Z</dc:date>
    </item>
  </channel>
</rss>

