set style data dots set encoding iso_8859_1 set terminal png truecolor enhanced font ",50" size 1920, 1680 set size 0.9,1 set output 'band.png' #set nokey set key font "Times,24,Bold" #set key Right at 5,5 set key Right at 3.5,4 #set xrange [0: 4.27065] #set yrange [-5 : 5] #set arrow from 0.84341, -6.29553 to 0.84341, 14.22923 nohead #set arrow from 2.46594, -6.29553 to 2.46594, 14.22923 nohead #set arrow from 3.42724, -6.29553 to 3.42724, 14.22923 nohead #set ytics offset -1,0 font 'Times,Bold' #set xtics offset 0,-0.1 font 'Times,Bold' set ytics font 'Times,Bold' set xtics font 'Times,Bold' #set xtics ("G" 0.00000,"Z" 0.84341,"F" 2.46594,"G" 3.42724,"L" 4.27065) #plot "wannier90_band.dat" w p pt 7 ps 1.1 lc 'red',"BAND.dat" w p pt 7 ps 1.1 lc 'blue' fermi = 4.8774 plot "wannier90_band.dat" w l lw 5.0 lt 7 lc 'red' title "wannier","BAND.dat" u 1:($2+fermi) w l lw 5.0 lt 7 lc 'blue' title "VASP"