# set terminal canvas rounded size 600,400 enhanced fsize 10 lw 1.6 fontscale 1 name "smooth_splines_1" jsdir "." # set output 'smooth_splines.1.js' set grid nopolar set grid xtics mxtics ytics mytics noztics nomztics nortics nomrtics \ nox2tics nomx2tics noy2tics nomy2tics nocbtics nomcbtics set grid layerdefault lt 0 linecolor 0 linewidth 0.500, lt 0 linecolor 0 linewidth 0.500 set samples 300, 300 set style data lines set title "cubic spline fit to data (no weights)" set xlabel "Time (sec)" set ylabel "Rate" ## Last datafile plotted: "silver.dat" plot "silver.dat" t "experimental" w errorb, "" smooth csplines t "cubic smooth" lw 2