home *** CD-ROM | disk | FTP | other *** search
- # sqr.plt testing square root axis
-
- paper size 11 by 8.5
-
- map x 100 1000 y 0 100
- x sqr
- format x 0 y 0
- divi x 9 2
- grid
- draw x y
- xlabel 'This is a square root axis'
- ylabel 'This is a linear axis'
- frame
- title 'Example of Square-Root Axis'
-
- data
- 100 10
- 200 20
- 300 30
- 400 40
- 500 50
- 600 60
- 700 70
- 800 80
- 900 90
- 1000 100
- end
-
- pen color lred
- plot x y add