home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 16
/
CD_ASCQ_16_0994.iso
/
maj
/
2199
/
examples
/
trig3.plt
< prev
next >
Wrap
Text File
|
1994-07-09
|
235b
|
17 lines
# trig3.plt
paper size 11 by 8.5
samples 200
map x -3 5
color green
draw x
frame
xlabel 'x'
color lred
plot asin(x),acos(x)
color green
draw y
ylabel 'asin(x),acos(x)'
color lblue
title 'Trigonometric Functions III'