I know how to create a histogram (just use "with boxes") in gnuplot if my .dat file already has properly binned data. Is there a way to take a list of numbers and have gnuplot provide a histogram based on ranges and bin sizes the user provides?
feedback
|
|
yes, and its quick and simple though very hidden:
check out to deal with ranges just set the xrange variable. Cheers /B2S | ||||
|
feedback
|
|
Further to Born2Smile's answer—very useful, thanks—but I have a couple of additions/corrections:
—Malcolm | |||||
feedback
|
|
Do you want to plot a graph like this one?
| |||
|
feedback
|
|
I have found this discussion extremely useful, but I have experienced some "rounding off" problems. More precisely, using a binwidth of 0.05, I have noticed that, with the techniques presented here above, data points which read 0.1 and 0.15 fall in the same bin. This (obviously unwanted behaviour) is most likely due to the "floor" function. Hereafter is my small contribution to try to circumvent this.
This recursive method is for x >=0; one could generalise this with more conditional statements to obtain something even more general. | |||
|
feedback
|
yes? Then you can have a look at my blog article: