home *** CD-ROM | disk | FTP | other *** search
- # smooth.plt
-
- paper size 11 by 8.5
- format x 1 y 1
- color red
- plot sin(x)*rand(0) add
- color green
- draw x y
- color cyan
- smooth 10
- label at 4.5 5 'smooth 10'
- color lblue
- font 3
- char size 0.2 slant 15
- title 'Drawing A Smooth Curve Through Data'