File r34.1/plot/docs/latextut/eg3.plt artifact fea98e65e0 part of check-in 2bf132ecc3
set terminal latex set output "eg3.tex" set format xy "$%g$" set title "This is another plot" set xlabel "$x$ axis" set ylabel "$y$ axis" set key 15,-10 plot x with lines, "eg3.dat" with linespoints