home *** CD-ROM | disk | FTP | other *** search
- # probab.plt - probability plotting
-
- paper size 11 by 8.5
- data
- 0.5 0.2
- 1.5 0.3
- 5. 0.5
- 10. 0.7
- 22. 1
- 51. 2
- 72. 3
- 92. 5
- 97.5 7
- 99 9
- end
- x prob
- y log
- grid
- draw x y
- xlabel 'Cumulative Frequency, %'
- ylabel 'count'
- title 'Normal Probability x-Axis and Log y-Axis'
- color lred
- plot x y con add
- color green
- frame
- title 'PROBAB.PLT'