# set terminal svg size 600,400 dynamic enhanced font 'arial,10' mousing name "smooth_splines_4" butt dashlength 1.0 # set output 'smooth_splines.4.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 ytics norangelimit logscale autofreq set title "Same plot (various weighting) in log scale" set xlabel "Time (sec)" set ylabel "Rate" set logscale y 10 NO_ANIMATION = 1 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)" lw 2, "" u 1:2:($2/($3*1.e3)) sm acs t " Y/(Z*1.e3)" lw 2, "" u 1:2:($2/($3*1.e5)) sm acs t " Y/(Z*1.e5)" lw 2