home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 16
/
CD_ASCQ_16_0994.iso
/
maj
/
2199
/
examples
/
sigmoid.plt
< prev
next >
Wrap
Text File
|
1994-07-09
|
467b
|
35 lines
# plot of a sigmoid
paper size 11 by 8.5
nobeep
notime
map x 0 15000 y 0 12000
divi x 3,5 y 6,2
format x 0 y 0
draw x y
frame
xlabel 'stress, psi'
ylabel 'conductivity, md-ft'
symb fsquare
pen color red
data
2000 8300
4000 7000
6000 4601
8000 2453
10000 1389
12000 960
14000 785
end
plot data add
pen color cyan
sigmoid range 0 15000
color lblue
font 3
char size 0.2 slant 15
title 'Drawing A Sigmoid Curve Through Data'