home *** CD-ROM | disk | FTP | other *** search
/ TopWare 18: Liquid / Image.iso / liquid / top1184 / gepackt.exe / PROBAB.PLT < prev    next >
Encoding:
Text File  |  1994-02-22  |  370 b   |  27 lines

  1. # probab.plt - probability plotting
  2.  
  3. paper size 11 by 8.5
  4. data
  5.   0.5 0.2
  6.   1.5 0.3
  7.   5.  0.5
  8.  10.  0.7
  9.  22.  1
  10.  51.  2
  11.  72.  3
  12.  92.  5
  13.  97.5 7
  14.  99   9
  15. end
  16. x prob
  17. y log
  18. grid
  19. draw x y
  20. xlabel 'Cumulative Frequency, %'
  21. ylabel 'count'
  22. title 'Normal Probability x-Axis and Log y-Axis'
  23. color lred
  24. plot x y con add
  25. color green
  26. frame
  27. title 'PROBAB.PLT'