home *** CD-ROM | disk | FTP | other *** search
- # trig2.plt
-
- paper size 11 by 8.5
- color green
- samples 50
- map x -10 10
- samples 100
- color green
- map x -pi/2 pi
- frame
- draw x
- xlabel 'x'
- color lred
- plot cos(x),-(sin(x) > sin(x+1) ? sin(x) : sin(x+1))
- color green
- draw y
- ylabel 'cos(x),-(sin(x) > sin(x+1) ? sin(x) : sin(x+1))'
- color lblue
- title 'Trigonometric Functions II'