I am referring this example to draw a bar chart. I like, the exact value to be displayed on top of each of the red bars.
Like, those numeric values that are circled in green,
My gnuplot code is,
set size 1, 1
set term png size 600, 400
set title "sk plot"
set output "figure.png"
set boxwidth 0.75
set style fill solid
set title "Population of Australian cities (millions), as of June 2012"
plot "population.dat" using 2:xtic(1) with boxes
Population.dat contains,
Adelaide 1.277174
Brisbane 2.189878
Canberra 0.374658
Darwin 0.131678
Hobart 0.216959
Melbourne 4.246345
Sydney 4.667283