home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / gnuplot / docs / latextut / eg1.plt next >
Encoding:
Text File  |  1990-03-26  |  65 b   |  4 lines

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