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

  1. # sqr.plt testing square root axis
  2.  
  3. paper size 11 by 8.5
  4.  
  5. map x 100 1000 y 0 100
  6. x sqr
  7. format x 0 y 0
  8. divi x 9 2
  9. grid
  10. draw x y
  11. xlabel 'This is a square root axis'
  12. ylabel 'This is a linear axis'
  13. frame
  14. title 'Example of Square-Root Axis'
  15.  
  16. data
  17. 100 10
  18. 200 20
  19. 300 30
  20. 400 40
  21. 500 50
  22. 600 60
  23. 700 70
  24. 800 80
  25. 900 90
  26. 1000 100
  27. end
  28.  
  29. pen color lred
  30. plot x y add
  31.