#set terminal pdf fontscale 0.75 size 5in,3in #outfile = "closed_orbit.pdf" #set output outfile filename = "beta_eta_x_y.dat" set key bottom Left set xlabel "s[m]" set ylabel "displacement [m]" set grid set xrange [0:44.468] set yrange [-0.045:0.045] set ytics -0.04,0.01 set xtics 0,10 offset = 0. set timestamp offset graph 1.04,0.7 rotate font ',6' set label 'plotting_scripts/beta_eta.gnu' at graph 1.02,0.02 rotate left font 'Verdana,6' noenhance plot filename u 2:6 w l t "Horizontal" lt 1 lc 1 lw 1.5,\ filename u 2:7 w l t "Vertical" lt 1 lc 3 lw 1.5 #print outfile