home *** CD-ROM | disk | FTP | other *** search
- # sampling.plt - sampling rate for functions
-
- paper size 11 by 8.5
- subplot 2 5.5 9 8
- sampling 20
- plot sin(x)
- draw x y
- frame
- xlabel 'sin(x) with sampling = 50'
-
- subplot 2 1.5 9 4
- sampling 200
- plot sin(x)
- draw x y
- xlabel 'sin(x) with sampling = 200'
- frame