home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TopWare 18: Liquid
/
Image.iso
/
liquid
/
top1184
/
gepackt.exe
/
SQR.PLT
< prev
next >
Wrap
Text File
|
1994-02-22
|
378b
|
31 lines
# sqr.plt testing square root axis
paper size 11 by 8.5
map x 100 1000 y 0 100
x sqr
format x 0 y 0
divi x 9 2
grid
draw x y
xlabel 'This is a square root axis'
ylabel 'This is a linear axis'
frame
title 'Example of Square-Root Axis'
data
100 10
200 20
300 30
400 40
500 50
600 60
700 70
800 80
900 90
1000 100
end
pen color lred
plot x y add