home *** CD-ROM | disk | FTP | other *** search
- # trig1.plt
-
- paper size 11 by 8.5
-
- color green
- samples 50
- map x -10 10
- draw x
- xlabel 'x'
- color lred
- plot sin(x),atan(x),cos(atan(x))
- color green
- draw y
- ylabel 'sin(x),atan(x),cos(atan(x))'
- frame
- color lblue
- title 'Trigonometric Functions I'