f(x) = 5*besj1(x)*exp(-x/5)
set samples 20
set xrange [0:10]
set yrange [-1:2.5]
unset key
set term pngcairo enh font "Times, 10" size 480,360
set out "plot_labels2.png"
set label "plot with labels (from data)" at sc 0.37, 0.85 font "Helvetica,18"
set xlabel "£Ø¼´ IPA¥´¥·¥Ã¥¯" font "IPAGothic,12"
set ylabel "£Ù¼´ IPAÌÀÄ«" font "IPAMincho,12"
plot \
'+' u 1:(f($1)+0.35):(sprintf("(%.1f, %.1f)",($1),f($1))) \
    w labels font "Helvetica,8" rotate tc rgb "black", \
'+' u 1:(f($1)) pt 7 lc rgb "dark-green"