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

  1. # elev.plt
  2.  
  3. paper size 11 by 8.5
  4. data 'elev.dat'
  5. map y 1000 1150
  6. divi y 5,3
  7. format x 0 y 0
  8. color lred
  9. plot data needle
  10. color green
  11. draw x y
  12. xlabel 'Distance from Area A (km)'
  13. ylabel 'Elevation (m)'
  14. title 'Elevation Profile'
  15. frame
  16.