I have the following data:
1 3215
2 321
...
31_60 59
60+ 32
I would like to generate histogram using gnuplot and put the value of bar on top of it.
Here is the gnuplot command I tried to create histogram:
set style data histogram
set xtics rotate
plot 'file.dat' using 2:xtic(1)
Can someone tell me how to add values on top of the bars generated?
I found the following link related histogram (http://gnuplot-tricks.blogspot.com/2009/10/more-on-histograms.html), but didnt get what its doing exactly.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…