set terminal postscript eps enhanced color solid
set linestyle 1 lt 2 lw 1
set linestyle 2 lt 3 lw 1
set linestyle 3 lt 1 lw 1
set border 3
set boxwidth 0.6
set key right top
set ticscale 0
set xrange [ -1 : 26 ]
set xlabel "Dosimetry Reactions" 0,2
set ylabel "Fission Spectrum Averaged Cross Section, C/E"
set xtics nomirror rotate ( \
"^{19}F(n,2n)" 1,\
"^{24}Mg(n,p)" 2,\
"^{27}Al(n,p)" 3,\
"^{27}Al(n,A)" 4,\
"^{32}S(n,p)" 5,\
"^{46}Ti(n,p)" 6,\
"^{47}Ti(n,p)" 7,\
"^{48}Ti(n,p)" 8,\
"^{55}Mn(n,2n)" 9,\
"^{54}Fe(n,p)" 10,\
"^{56}Fe(n,p)" 11,\
"^{59}Co(n,A)" 12,\
"^{59}Co(n,2n)" 13,\
"^{58}Ni(n,p)" 14,\
"^{58}Ni(n,2n)" 15,\
"^{63}Cu(n,A)" 16,\
"^{63}Cu(n,2n)" 17,\
"^{64}Zn(n,p)" 18,\
"^{90}Zr(n,2n)" 19,\
"^{115}In(n,n')" 20,\
"^{127}I(n,2n)" 21,\
"^{197}Au(n,2n)" 22,\
"^{235}U(n,f)" 23,\
"^{238}U(n,f)" 24,\
"^{239}Pu(n,f)" 25)
set ytics nomirror
set output "integ.eps"
plot 1 noti w l 0,\
"integ.dat" usi ($1):3 ti "JENDL-3.2" w boxes ls 1,\
"integ.dat" usi ($1+0.05):4 ti "JENDL-3.3" w boxes ls 2,\
"integ.dat" usi ($1+0.10):5 ti "ENDF/B-VI" w boxes ls 3
pause -1