set terminal pngcairo enhanced size 520,600 font "Helvetica" ##set output "fccNi100Mn0.png" set output "hoge.png" set multiplot layout 2,1 set lmargin 8 ## *** 全磁気モーメント *** set title "fcc Ni_{100}Mn_{0}" set ylabel "Total spin moment ({/Symbol m}_B)" set yrange [0:4] plot 'L10fccNiMn_100_AFM.txt' u 1:($3/2.0) w lp pt 7 notitle,\ 'L10fccNiMn_100_FMG.txt' u 1:3 w lp pt 7 notitle,\ 'L10fccNiMn_100_NMG.txt' u 1:3 w lp pt 7 notitle ## *** 全エネルギー *** unset title unset ytics set xlabel "lattice constant a (Bohr)" set ylabel "Total Energy" set key right top set yrange [*:*] plot 'L10fccNiMn_100_AFM.txt' u 1:($2/2.0) w lp pt 7 title "AFM",\ 'L10fccNiMn_100_FMG.txt' u 1:2 w lp pt 7 title "FMG",\ 'L10fccNiMn_100_NMG.txt' u 1:2 w lp pt 7 title "NMG" unset multiplot set terminal windows set multiplot layout 2,1 set lmargin 8 ## *** 全磁気モーメント *** set title "fcc Ni_{100}Mn_{0}" set ylabel "Total spin moment ({/Symbol m}_B)" set yrange [0:4] plot 'L10fccNiMn_100_AFM.txt' u 1:($3/2.0) w lp pt 7 notitle,\ 'L10fccNiMn_100_FMG.txt' u 1:3 w lp pt 7 notitle,\ 'L10fccNiMn_100_NMG.txt' u 1:3 w lp pt 7 notitle ## *** 全エネルギー *** unset title unset ytics set xlabel "lattice constant a (Bohr)" set ylabel "Total Energy" set key right top set yrange [*:*] plot 'L10fccNiMn_100_AFM.txt' u 1:($2/2.0) w lp pt 7 title "AFM",\ 'L10fccNiMn_100_FMG.txt' u 1:2 w lp pt 7 title "FMG",\ 'L10fccNiMn_100_NMG.txt' u 1:2 w lp pt 7 title "NMG" unset multiplot