home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 1 / FFMCD01.bin / bbs / libdisks / d700t799 / disk701.lha / GNUPlot / GNUPlot.lha / gnuplot / docs / latextut / eg1.plt next >
Encoding:
Text File  |  1990-03-27  |  65 b   |  4 lines

  1. set terminal latex
  2. set output "eg1.tex"
  3. plot [-3.14:3.14] sin(x)
  4.