home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Plotting / aa_Intel_Only / Gnuplot / Unused / docs / latextut / eg1.plt next >
Encoding:
Text File  |  1995-06-12  |  65 b   |  4 lines

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