home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / Gnuplot 3.5 / docs / latextut / eg1.plt next >
Encoding:
Text File  |  1993-11-11  |  65 b   |  4 lines  |  [TEXT/R*ch]

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