#set terminal pdf fontscale 0.75 size 5in,3in #outfile = "beta_eta.pdf" #set output outfile filename = "beta_eta_x_y.dat" set key bottom Left set xlabel "s[m]" set ylabel "{/Symbol b}[m]" set y2label "{/Symbol h}[m]" xmax=60.5810 set grid set xrange [0:44.468] set yrange [0:] set ytics 0,4 set xtics 0,10 offset = 0. set timestamp offset graph 1.0,0.7 rotate font 'Verdana,6' set label 'plotting_scripts/beta_eta.gnu' at graph 1.02,0.02 rotate left font 'Verdana,6' noenhance plot filename u 2:3 w l t "{/Symbol b}_x" lt 1 lc 1 lw 1.5,\ filename u 2:4 w l t "{/Symbol b}_y" lt 1 lc 3 lw 1.5, \ filename u 2:5 w l t "{/Symbol h}_x" lt 1 lc 7 lw 1.5 #,\ #print outfile