srDFT_SC/new/F2_avdz/plots/pouet.gp

9 lines
428 B
Plaintext
Raw Normal View History

2019-10-01 19:13:31 +02:00
set xrange [:7]
plot 'data_DFT_avdzE_error' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 title "FCI/avdz"
replot 'data_DFT_avdzE_error' using 1:3 smooth cspline notitle lt 3 , "" using 1:3 w p lt 3 title "FCI+PBE/avdz"
replot 'data_DFT_avdzE_error' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 title "FCI+PBEot/avdz"
set terminal eps linewidth 3
set output "DFT_avdzE_error.eps"
replot