参考:http://stackoverflow.com/questions/2471884/histogram-using-gnuplot
binwidth=5
bin(x,width)=width*floor(x/width)
plot 'datafile' using (bin($1,binwidth)):(1.0) smooth freq with boxes
参考:http://stackoverflow.com/questions/2471884/histogram-using-gnuplot
binwidth=5
bin(x,width)=width*floor(x/width)
plot 'datafile' using (bin($1,binwidth)):(1.0) smooth freq with boxes
发表回复