set terminal pdf fontscale 0.5 size 5in,3in outfile = "twisst.pdf" set output outfile 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.6 rotate font 'Verdana,6' set label 'plotting_scripts/beta_eta.gnu' at graph 1.02,0.02 rotate left font 'Verdana,6' noenhance plot "twiss_file.dat" u 2:4 w l t "{/Symbol b}_x" lt 1 lc 1 lw 1.5,\ "twiss_file.dat" u 2:6 w l t "{/Symbol b}_y" lt 1 lc 3 lw 1.5, \ "twiss_file.dat" u 2:8 w l t "{/Symbol h}_x" lt 1 lc 7 lw 1.5 #,\ print outfile