Gnuplot scripts

From The Yambo Project
Revision as of 09:10, 12 April 2017 by Daniele (talk | contribs)
Jump to navigation Jump to search

hf.gnu

set key c
set grid y
set grid x
set xtics nomirror
set x2tics
set xlabel 'Cutoff Energy Ry"
set x2label 'Number of RL Vectors in Exchange' 
p "hf.dat" u 1:($4-$3)  w lp lw 2 lt -1 t "HF gap",  using 1:($4-$3):x2tic(2) lt 7 t 


Links