Istogramma con gnuplot [elaborazione dati]

Vista la difficoltà nel reperire online questa informazione, in una toccata e fuga, la ripubblico qui.

Ecco come generare un istogramma con gnuplot partendo dai dati "grezzi" (non elaborati e raccolti in classi)

bw = 2 # substitute what you want
bin(x,width)=width*floor(x/width)
plot 'data.dat' using (bin($2,bw)):(1.0) smooth freq with boxes

file data.dat:
1 404
2 400
4 408
5 406


[Via: http://www.nabble.com/gnuplot-histograms-td15811193.html]

Nessun commento:

Posta un commento