Histogram and BoxWhiskers Plot
- To: mathgroup at smc.vnet.net
- Subject: [mg91505] Histogram and BoxWhiskers Plot
- From: LectorZ <zanzibarlector at googlemail.com>
- Date: Sun, 24 Aug 2008 07:06:53 -0400 (EDT)
Hi All,
This is a rather beginner's question:
I have already pre-aggregated input data in this form:
data={{30.5, 20}, {2.6, 120},{4.2, 134},....,{Value, Frequency}}
that means the first number is a Value and the second - the frequency
of occurence.
Q: How can I draw a Histogram and BoxWhiskersPlot?
I played around and found out that with raw data (=a long list of
values without frequencies) it works fine but for this 2-dimensional
list I have problems to draw the graphs.
Thanks
LZ