# set terminal canvas rounded size 600,400 enhanced fsize 10 lw 1.6 fontscale 1 name "mgr_5" jsdir "." # set output 'mgr.5.js' set grid nopolar set grid xtics mxtics ytics mytics noztics nomztics \ nox2tics nomx2tics noy2tics nomy2tics nocbtics nomcbtics set grid layerdefault lt 0 linewidth 0.500, lt 0 linewidth 0.500 set key fixed right top vertical Right noreverse enhanced autotitle box lt black linewidth 1.000 dashtype solid set samples 300, 300 set style data lines set title "Ag 108 decay data" set xlabel "Time (sec)" set ylabel "Rate" x = 0.0 S = 1 ## Last datafile plotted: "silver.dat" 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)"