home *** CD-ROM | disk | FTP | other *** search
- # log2.plt - testing reverse log plots
-
- paper size 11 by 8.5
- subplot 2 1.75 7 6.75
- map x 100 0.01 y 10 0.1
- map x2 10 0.01 y2 100 0.01
- 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 'Reverse Logarithms'