|
From: kmsmith137 <kms...@gm...> - 2008-03-03 19:03:11
|
Hi,
How can I make a histogram in gnuplot?
In more detail, I have an ascii file with one "sample" per line:
<sample_1>
<sample_2>
....
and I would like to visualize the distribution of samples by binning them
and plotting rectangles, where the x-range of each rectangle shows the range
of each bin, and the height of each rectangle shows the number of samples in
the bin.
I could write a standalone program which preprocesses my sample file, and
outputs the bin ranges and counts, but surely there is some way to do the
binning internally to gnuplot?
Thanks!
--
View this message in context: http://www.nabble.com/gnuplot-histograms-tp15811193p15811193.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|