home *** CD-ROM | disk | FTP | other *** search
/ Computerworld 1996 March / Computerworld_1996-03_cd.bin / idg_cd3 / aplikace / cad / wplot211 / prob.plt < prev    next >
Text File  |  1994-06-10  |  591b  |  50 lines

  1. clrdata
  2. clrplot
  3. close
  4.  
  5. read 10
  6. .2 .005
  7. .3 .015
  8. .5 .05
  9. .7 .10
  10. 1  .22
  11. 1.5 .40
  12. 3  .72
  13. 5  .92
  14. 7  .975
  15. 9  .99
  16. proby
  17. logx
  18. xlabel Log X
  19. ylabel Normal Probability Y
  20. title Demo of Normal Probability Y-Axis & Log X-Axis
  21. symbols
  22. xgrid
  23. ygrid
  24. plot
  25. read 10
  26. .2 .005
  27. .3 .015
  28. .5 .05
  29. .7 .10
  30. 1  .22
  31. 1.5 .40
  32. 3  .72
  33. 5  .92
  34. 7  .975
  35. 9  .99
  36. usez 2
  37. grids off
  38. ybase .5
  39. title Second Vertical Axis Demo
  40. ylabel Normal Probability Y
  41. zlabel Linear Y
  42. legend1 0.08 0.35 Probability Axis Plot
  43. legend2 0.58 0.25 Linear Axis Plot
  44. zstart 0
  45. zend 1
  46. zstep .1
  47. curve 2
  48. symbols 2
  49. plot
  50.