# set terminal svg size 600,400 dynamic enhanced font 'arial,10' mousing name "smooth_splines_5" butt dashlength 1.0 
# set output 'smooth_splines.5.svg'
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 "Bezier curve rather than cubic spline" 
set xlabel "Time (sec)" 
set ylabel "Rate" 
NO_ANIMATION = 1
S = 1
## Last datafile plotted: "silver.dat"
plot "silver.dat" t "experimental" w errorb,               "" smooth sbezier t "bezier" lw 2