set terminal postscript # set size ratio -1 set output "eigenvalue.ps" plot "eigen.out" using 1:2 with lines set output "eigenvector.ps" plot "eigen.out" using 3:4 with linespoints 4