<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi,<div><br></div><div>I have:</div><div><br></div><div><div>data(mine)</div><div>10,10,</div><div>20,20,20,20,20,20,</div><div>30,30,30,30,30,30,30,30,30,</div><div>40,40,40;</div></div><div><br></div><div><div>beginfig(1);</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>interim frequencymode:=1;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>usedata(mine,x);</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>setrange(0,50,10cm,0,10,3cm);</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>bounds 5,15,25,35,45;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>histogram x;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>autograd;</div><div><br></div><div>endfig;</div><div><br></div><div>end.</div><div><br></div><div>I am using Anthony Phan's statsmac package:</div><div><br></div><div><a href="http://www-math.univ-poitiers.fr/~phan/statsmac.html">http://www-math.univ-poitiers.fr/~phan/statsmac.html</a></div><div><br></div><div><a href="http://www-math.univ-poitiers.fr/~phan/downloads/metapost/mps.tar.gz">mps.tar.gz</a></div><div><br></div><div>I am trying to figure a way so that the height of each bar in the histogram equals the count. So, I'd like to have the first bar have height 2, the second have height 6, the third have height 9, and the fourth have height 3.</div><div><br></div><div>Can anyone help?</div><div><br></div><div>David.</div></div></body></html>