Re: Hystogram
- To: mathgroup at smc.vnet.net
- Subject: [mg94708] Re: [mg94684] Hystogram
- From: "Scot T. Martin" <smartin at deas.harvard.edu>
- Date: Sun, 21 Dec 2008 05:51:53 -0500 (EST)
- References: <200812201121.GAA10042@smc.vnet.net>
The easiest way is to use a different command, called BinCounts[]. But if you really want to get the information directly from the graphics, then use InputForm[] around the graphics object. You can then see the numbers in there, and use something like Pattern[] to pull them out. On Sat, 20 Dec 2008, paolo wrote: > Dear All, > I need help. Given a List of N measurements . Hystogram[List, m bins] > plots the frequency in each of the m bins in which I divided the > whole range of my data. > This goes well . What I do not know is: how to recover is the actual > 15 numbers that certainly are computed by Histogram before they get > plotted ? > >