set term postscript color enhanced "Times-Roman" 24 set output "capture_loss_only_vs_offset.ps" set xlabel "horizontal offset [mm]" set ylabel "muons captured [%]" #set y2label "% muons lost in ring" #set xtics 0,100,1000 set xrange [-59:-45] set origin 0.,0. set autoscale y #set autoscale y2 #set y2tics plot "fort.32" every ::1 u ($24*1000):($16/100) axis x1y1 w l lt -1 lw 2 not 'muons captured' #, "" every ::1 u ($24*1000):(($15-$16)/100) axis x1y2 w l lt 1 t "muons lost in ring"