home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 16 / CD_ASCQ_16_0994.iso / maj / 2199 / examples / sampling.plt < prev    next >
Text File  |  1994-07-09  |  271b  |  17 lines

  1. # sampling.plt - sampling rate for functions
  2.  
  3. paper size 11 by 8.5
  4. subplot 2 5.5 9 8
  5. sampling 20
  6. plot sin(x)
  7. draw x y
  8. frame
  9. xlabel 'sin(x) with sampling = 50'
  10.  
  11. subplot 2 1.5 9 4
  12. sampling 200
  13. plot sin(x)
  14. draw x y
  15. xlabel 'sin(x) with sampling = 200'
  16. frame
  17.