home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 334_01 / eg3.plt < prev    next >
Text File  |  1991-02-05  |  208b  |  9 lines

  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
  9.