[BACK]Return to eg3.plt CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot / docs / latextut

Annotation of OpenXM_contrib/gnuplot/docs/latextut/eg3.plt, Revision 1.1

1.1     ! maekawa     1: set terminal latex
        !             2: set output "eg3.tex"
        !             3: set format xy "$%g$"
        !             4: set title "This is another plot"
        !             5: set xlabel "$x$ axis"
        !             6: set ylabel "$y$ axis"
        !             7: set key 15,-10
        !             8: plot x with lines, "eg3.dat" with linespoints

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>