srDFT_G2/Data/data_C2/plot_VDZ.plt

11 lines
246 B
Gnuplot

set log x
set format x "10^{%T}"
set xlabel "threshold CI"
set ylabel "D_e"
set key font "10,15"
set key center right
plot "data_VDZ_pbe_val" w lp title "VDZ PBE val"
set output "VDZ_pbe_val.eps"
set term eps
replot