set term aqua size 2000 1424 title "rmcxas" fname "Helvetica" fsize 24
set multiplot
set size 0.36,0.5
set origin 0.0,0.5
set style circle radius 0.2
unset key; unset tics; unset border 
plot 'rmc.coo.1' u 3:($2==1?$5:1/0) w circles fill solid  notitle fc rgb "blue",'rmc.coo.1' u 3:($2==2?$5:1/0) w circles fill solid notitle fc rgb "red",'box.coo' u 1:2 w l lt -1 lw 2 lc "black" notitle 
set key; set tics; set border 
set size 0.36,0.5
set origin 0.0,0.0
plot [][:30]'rmc.cyc' u 1:4 w l lt 3 lw 4 title 'R (%)'
set size 0.5,0.5
set origin 0.5,0.0
set style circle radius 0.1
plot 'rmc.spe.1' u 1:2 w circles fill solid title 'data','rmc.spe.1' u 1:3 w l lt 3 lw 4 title 'rmc'
set size 0.5,0.5
set origin 0.5,0.5
plot [0:10][0:10]'rmc.pdf' u 1:2 w steps lt 3 lw 4 title 'Zr-Zr','rmc.pdf' u 1:4 w steps lt 1 lw 4 title 'Zr-O'
unset multiplot
