|
From: <br...@ph...> - 2006-10-19 21:40:47
|
Nibbler wrote: > but has in gnuplot some function which will do it ? gnuplot has 'smooth freq', which can be tuned to this: bin = 5 # e.g. plot 'data' using (bin*int($1/bin)):(1) smooth freq with boxes |