|
From: Joe K. <jko...@co...> - 2006-10-19 21:46:09
|
on 10/19/06 4:09 AM, Nibbler at rea...@ho... wrote: > > Hello. > > I have data where I have [b]Value of sample[/b] and [b]Number of > occurrences[b] > And then I have made histogram graph: > http://www.dspguide.com/ch2/4.htm LOOK FIGURE 2-4 (c) > > Now I would like to use binning and make graph of binned histogram like > this: > http://www.dspguide.com/ch2/4.htm LOOK FIGURE 2-7 > > but has in gnuplot some function which will do it ? > or how I supposed to do it ? > > > I didn't look at your URLs, but does the bar function do what you want? Do help bar at the octave prompt to see more about bar. When in doubt, take a look through the Octave Combined Index for possible routines to use. It is at http://octave.sourceforge.net/index/index.html Joe |