<?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: ensure that two histograms have same bin sizes in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ensure-that-two-histograms-have-same-bin-sizes/m-p/329793#M73834</link>
    <description>&lt;P&gt;you mean the width of the bins right? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Feb 2017 14:12:29 GMT</pubDate>
    <dc:creator>PeterClemmensen</dc:creator>
    <dc:date>2017-02-03T14:12:29Z</dc:date>
    <item>
      <title>ensure that two histograms have same bin sizes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ensure-that-two-histograms-have-same-bin-sizes/m-p/329792#M73833</link>
      <description>&lt;P&gt;I am using this code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;title1 "&amp;amp;Title.";
proc sgplot data=WORK.TempGraphData;
	density X / type=normal lineattrs=(color=red) legendlabel='Bla';
	density Y / type=normal lineattrs=(color=blue) legendlabel='Bla';
	histogram X / transparency=0.75 fillattrs=(color=red) legendlabel='Bla';
	histogram Y / transparency=0.75 fillattrs=(color=blue) legendlabel='Bla';
	keylegend / location=outside position=bottom;
	xaxis label="Normal Curves";
run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but the 2 histograms' bin sizes appear to be very different. can I force the rendering to use the same bin sizes in both diagrams?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2017 14:11:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ensure-that-two-histograms-have-same-bin-sizes/m-p/329792#M73833</guid>
      <dc:creator>csetzkorn</dc:creator>
      <dc:date>2017-02-03T14:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: ensure that two histograms have same bin sizes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ensure-that-two-histograms-have-same-bin-sizes/m-p/329793#M73834</link>
      <description>&lt;P&gt;you mean the width of the bins right? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2017 14:12:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ensure-that-two-histograms-have-same-bin-sizes/m-p/329793#M73834</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2017-02-03T14:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: ensure that two histograms have same bin sizes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ensure-that-two-histograms-have-same-bin-sizes/m-p/329797#M73837</link>
      <description>yes</description>
      <pubDate>Fri, 03 Feb 2017 14:16:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ensure-that-two-histograms-have-same-bin-sizes/m-p/329797#M73837</guid>
      <dc:creator>csetzkorn</dc:creator>
      <dc:date>2017-02-03T14:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: ensure that two histograms have same bin sizes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ensure-that-two-histograms-have-same-bin-sizes/m-p/329800#M73838</link>
      <description>&lt;P&gt;Use the binwidth= option as described at the bottom of the blog post here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/iml/2014/08/25/bins-for-histograms.html" target="_blank"&gt;http://blogs.sas.com/content/iml/2014/08/25/bins-for-histograms.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2017 14:24:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ensure-that-two-histograms-have-same-bin-sizes/m-p/329800#M73838</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2017-02-03T14:24:48Z</dc:date>
    </item>
  </channel>
</rss>

