srDFT_SC/new/N2_avtz/plots/pouet.gp
2019-10-01 19:13:31 +02:00

9 lines
428 B
Gnuplot

set xrange [:7]
plot 'data_DFT_avtzE_error' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 title "FCI/avtz"
replot 'data_DFT_avtzE_error' using 1:3 smooth cspline notitle lt 3 , "" using 1:3 w p lt 3 title "FCI+PBE/avtz"
replot 'data_DFT_avtzE_error' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 title "FCI+PBEot/avtz"
set terminal eps linewidth 3
set output "DFT_avtzE_error.eps"
replot