summaryrefslogtreecommitdiff
path: root/gnuplot/histogram.plot
blob: b560046566fb3c85e87d9ce62b3d4287a82e55a7 (plain)
1
2
3
4
5
binwidth=5
bin(x,width)=width*floor(x/width)

plot 'datafile' using (bin($1,binwidth)):(1.0) smooth freq with boxes