home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 16
/
CD_ASCQ_16_0994.iso
/
maj
/
2199
/
examples
/
trig5.plt
< prev
next >
Wrap
Text File
|
1994-07-09
|
219b
|
15 lines
# trig5.plt
paper size 11 by 8.5
samples 800
map x -30 20
color lred
plot sin(x*20)*atan(x)
color green
frame
draw x y
xlabel 'x'
ylabel 'sin(x*20)*atan(x)'
color lblue
title 'Trigonometric Functions V'