MathGroup Archive 1997

[Date Index] [Thread Index] [Author Index]

Search the Archive

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




  • Prev by Date: Where to put packages?
  • Next by Date: Assume() similar to Maple?
  • Previous by thread: Re: Histrogram graph
  • Next by thread: Including Functions and Variables from another Notebook