home *** CD-ROM | disk | FTP | other *** search
- # bessel1.plt
-
- paper size 11 by 8.5
- map x -30 20
- format x 0
- samples 400
- map x -10 10
- format x 0
- draw x
- xlabel 'x'
- color lred
- plot real(sin(x)**besj0(x))
- color green
- draw y
- ylabel 'real(sin(x)**besj0(x))'
-
- font 3
- char size 0.2 slant 10
- title 'Bessel Functions II'