home *** CD-ROM | disk | FTP | other *** search
- # log.plt
-
- paper size 11 by 8.5
- subplot 2 1.75 7 6.75
- map x 0.01 100 y 0.1 10
- map x2 0.01 10 y2 0.01 100
- x log ; y log ; y2 log ; x2 log
- draw x
- xlabel 'scientific notation, format log = 5'
- format log 1
- draw y
- ylabel 'scientific notation, format log = 1'
- format log 2
- exponent
- draw x2
- x2label 'exponent notation, format log = 2'
- format log 3
- draw y2
- y2label 'exponent notation, format log = 3'
- subplot 2 1.75 9 6.75
- format log 4
- draw y2
- y2label 'exponent notation, format log = 4'
- char size 0.2
- label center at 4.5 4.25 'Logarithmic Formats'