home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / gnuplot-.5 / gnuplot- / gnuplot / docs / latextut / eg1.plt next >
Encoding:
Text File  |  1993-05-12  |  65 b   |  4 lines

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