# set terminal pngcairo transparent enhanced font "arial,10" fontscale 1.0 size 600, 400 # set output 'smooth_splines.2.png' set samples 300, 300 set style data lines set title "acsplines weighted by relative error" set xlabel "Time (sec)" set ylabel "Rate" NO_ANIMATION = 1 S = 1 ## Last datafile plotted: "silver.dat" plot "silver.dat" t "experimental" w errorb, "" u 1:2:(S*$2/$3) smooth acsplines t "acspline Y/Z" lw 2