home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 16
/
CD_ASCQ_16_0994.iso
/
maj
/
2199
/
examples
/
elev.plt
< prev
next >
Wrap
Text File
|
1994-07-09
|
246b
|
16 lines
# elev.plt
paper size 11 by 8.5
data 'elev.dat'
map y 1000 1150
divi y 5,3
format x 0 y 0
color lred
plot data needle
color green
draw x y
xlabel 'Distance from Area A (km)'
ylabel 'Elevation (m)'
title 'Elevation Profile'
frame