Re: Histrogram graph
- To: mathgroup at smc.vnet.net
- Subject: [mg6802] Re: [mg6763] Histrogram graph
- From: Luci Ellis <elisha at dot.net.au>
- Date: Sun, 20 Apr 1997 01:50:46 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
>Hopefully a simple question > >I want to do a histrogram graph does mathematica 3.0 support this. >I did not see anything in the users manual about it! >Is there a work around method to do this? Try: <<Statistics`DataManipulation` <<Graphics`Graphics` BarChart[BinCounts[data,{min,max,di}]] where data is a 1-dimensional list, min and max are self-evident, and di is the size of the bins that you want to group the elements of _data_ in for the graph. Hope this helps. -------------- Luci Ellis: elisha at dot.net.au http://www.dot.net.au/~elisha