home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 16
/
CD_ASCQ_16_0994.iso
/
maj
/
2199
/
examples
/
smooth.plt
< prev
next >
Wrap
Text File
|
1994-07-09
|
255b
|
16 lines
# smooth.plt
paper size 11 by 8.5
format x 1 y 1
color red
plot sin(x)*rand(0) add
color green
draw x y
color cyan
smooth 10
label at 4.5 5 'smooth 10'
color lblue
font 3
char size 0.2 slant 15
title 'Drawing A Smooth Curve Through Data'