home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 16
/
CD_ASCQ_16_0994.iso
/
maj
/
2199
/
examples
/
trig1.plt
< prev
next >
Wrap
Text File
|
1994-07-09
|
259b
|
18 lines
# 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'