home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume8 / gnuplot1.10A / part01 / 3b1.dem < prev    next >
Encoding:
Text File  |  1989-09-09  |  493 b   |  22 lines

  1. set yrange [-40:40]
  2. set samples 8
  3. plot -20,-18,-16,-14,-4,-6,-8,-10
  4. set yrange [-1.4:1.4]
  5. set xrange [-3*pi:3*pi]
  6. set samples 90
  7. plot sin(x),sin(x+1),sin(x+2),sin(x+3)
  8. set yrange [-3:3]
  9. plot sin(x)**2+cos(x)**2,sin(x)**2,cos(x)**2
  10. plot cos(x), 3*exp(-x**2.0/3.0), -1/cos(x)**2
  11. normal(x) = 1/sqrt(2*pi)*exp(-x**2/(2*pi))
  12. set autoscale
  13. plot normal(x)
  14. set samples 360
  15. set yrange [-.2:.5]
  16. set function style impulse
  17. replot
  18. set xrange [-10:10]
  19. set autoscale
  20. set function style line
  21. set samples 160
  22.