home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 16 / CD_ASCQ_16_0994.iso / maj / 2199 / examples / sigmoid.plt < prev    next >
Text File  |  1994-07-09  |  467b  |  35 lines

  1. # plot of a sigmoid
  2.  
  3. paper size 11 by 8.5
  4. nobeep
  5. notime
  6.  
  7. map x 0 15000 y 0 12000
  8. divi x 3,5 y 6,2
  9. format x 0 y 0
  10. draw x y
  11. frame
  12. xlabel 'stress, psi'
  13. ylabel 'conductivity, md-ft'
  14.  
  15. symb fsquare
  16. pen color red
  17. data
  18.  2000 8300
  19.  4000 7000
  20.  6000 4601
  21.  8000 2453
  22. 10000 1389
  23. 12000  960
  24. 14000  785
  25. end
  26. plot data add
  27.  
  28. pen color cyan
  29. sigmoid range 0 15000
  30.  
  31. color lblue
  32. font 3
  33. char size 0.2 slant 15
  34. title 'Drawing A Sigmoid Curve Through Data'
  35.