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

File: [local] / OpenXM_contrib / gnuplot / docs / latextut / Attic / eg3.plt (download)

Revision 1.1, Sun Jan 9 17:01:07 2000 UTC (24 years, 5 months ago) by maekawa
Branch: MAIN

Initial revision

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