home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 16 / CD_ASCQ_16_0994.iso / maj / 2199 / examples / log2.plt < prev    next >
Text File  |  1994-07-09  |  607b  |  31 lines

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