# set terminal svg size 600,400 dynamic enhanced fname 'arial'  fsize 10 mousing name "mgr_5" butt solid 
# set output 'mgr.5.svg'
set key inside right top vertical Right noreverse enhanced autotitles box linetype -1 linewidth 1.000
set samples 300, 300
set title "Ag 108 decay data" 
set xlabel "Time (sec)" 
set ylabel "Rate" 
S = 1
plot "silver.dat" t "rate" w errorb,               "" u 1:2:($2/($3*1.e1)) sm acs t "acspline Y/(Z*1.e1)",               "" u 1:2:($2/($3*1.e3)) sm acs t "         Y/(Z*1.e3)",               "" u 1:2:($2/($3*1.e5)) sm acs t "         Y/(Z*1.e5)"