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

  1. # log.plt
  2.  
  3. paper size 11 by 8.5
  4. subplot 2 1.75 7 6.75
  5. map x  0.01 100 y  0.1 10
  6. map x2 0.01 10 y2 0.01 100
  7. x log ; y log ; y2 log ; x2 log
  8. draw x
  9. xlabel 'scientific notation, format log = 5'
  10. format log 1
  11. draw y
  12. ylabel 'scientific notation, format log = 1'
  13. format log 2
  14. exponent
  15. draw x2
  16. x2label 'exponent notation, format log = 2'
  17. format log 3
  18. draw y2
  19. y2label 'exponent notation, format log = 3'
  20. subplot 2 1.75 9 6.75
  21. format log 4
  22. draw y2
  23. y2label 'exponent notation, format log = 4'
  24. char size 0.2
  25. label center at 4.5 4.25 'Logarithmic Formats'