f(x) = 5*besj1(x)*exp(-x/5)
set xrange [0:10]
set yrange [-1:2.5]
unset key
set term pngcairo enh font "Times, 10" size 480,360
set out "plot_dots.png"
set label "plot with dots" at sc 0.4, 0.85 font "Helvetica,18"
set xlabel "X軸 IPAゴシック" font "IPAGothic,12"
set ylabel "Y軸 IPA明朝" font "IPAMincho,12"
plot f(x) w dots