# set terminal canvas  solid butt size 600,400 fsize 10 lw 1 fontscale 1 name "smooth_3" jsdir "."
# set output 'smooth.3.js'
set boxwidth 0.1 absolute
set xzeroaxis linetype 0 linewidth 1.000
set yzeroaxis linetype 0 linewidth 1.000
set zzeroaxis linetype 0 linewidth 1.000
set title "Lognormal Distribution" 
bin(x, s) = s*int(x/s)
GPFUN_bin = "bin(x, s) = s*int(x/s)"
plot [0:] "random-points" u 3:(0.25*rand(0)-.35) t '',     "" u (bin($3,0.1)):(10/300.) s f t 'smooth frequency' w boxes,     "" u 3:(1/300.) s cumul t 'smooth cumulative'