set term pdf set width 6 set xlabel "$x$" set ylabel "$y$" set output "fig-pyxplot.pdf" plot [0:5] "out.data.txt" using 1:2 with lines title "mygamma $\Gamma$ " \ ,"out.data.txt" using 1:3 with lines title "tgamma"