<?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 how to create multiple histogram with the same vertical and horizontal  axes? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/how-to-create-multiple-histogram-with-the-same-vertical-and/m-p/602041#M16790</link>
    <description>&lt;P&gt;Hello members, &lt;BR /&gt;I want to create histograms from different data sets with the same vertical and horizontal axes (e.g., same min, max, unit). I used the proc freq as below. However, I did not find a way to adjust the min, max, unit of the histogram. are there other procedures to do it. Can anyone please help? &lt;BR /&gt;&lt;BR /&gt;proc freq data=data;&lt;BR /&gt;tables score/plots=freqplot;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Many thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 06 Nov 2019 15:59:02 GMT</pubDate>
    <dc:creator>TX_STAR</dc:creator>
    <dc:date>2019-11-06T15:59:02Z</dc:date>
    <item>
      <title>how to create multiple histogram with the same vertical and horizontal  axes?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-to-create-multiple-histogram-with-the-same-vertical-and/m-p/602041#M16790</link>
      <description>&lt;P&gt;Hello members, &lt;BR /&gt;I want to create histograms from different data sets with the same vertical and horizontal axes (e.g., same min, max, unit). I used the proc freq as below. However, I did not find a way to adjust the min, max, unit of the histogram. are there other procedures to do it. Can anyone please help? &lt;BR /&gt;&lt;BR /&gt;proc freq data=data;&lt;BR /&gt;tables score/plots=freqplot;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Many thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 15:59:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-to-create-multiple-histogram-with-the-same-vertical-and/m-p/602041#M16790</guid>
      <dc:creator>TX_STAR</dc:creator>
      <dc:date>2019-11-06T15:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to create multiple histogram with the same vertical and horizontal  axes?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-to-create-multiple-histogram-with-the-same-vertical-and/m-p/602049#M16791</link>
      <description>&lt;P&gt;If you want to control graphics then likely you want to use a graphics procedure like Proc SGPLOT.&lt;/P&gt;
&lt;P&gt;The Histogram statement will create histograms.&lt;/P&gt;
&lt;P&gt;You could control the range of values for the&amp;nbsp;axis with a yaxis and&amp;nbsp;xaxis&amp;nbsp;statements though you should likely use the Histogram SCALE=Percent option&amp;nbsp;for the&amp;nbsp;y values in your histogram&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to describe what you mean by "adjust the unit of the histogram". If you mean number of tick marks or groups then that might be the NBINS option on a histogram statement.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 16:10:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-to-create-multiple-histogram-with-the-same-vertical-and/m-p/602049#M16791</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-11-06T16:10:37Z</dc:date>
    </item>
  </channel>
</rss>

