set term postscript color enhanced "Times-Roman" 24 set output "capture_loss_only_angle.ps" set xlabel "horizontal injection angle [mrad]" set ylabel "muons captured [%]" #set y2label " % muons lost in ring" set yrange [0:5] #set y2range [0:100] #set y2tics 0,10 plot "fort.32" u ($25*1000):($16/100) axis x1y1 w l lt -1 lw 2 not 'muons captured' #, "" u ($25*1000):(($15-$16)/100) axis x1y2 w l lt 1 t "muons lost in ring"