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

  1. # mask.plt
  2.  
  3. paper size 11 by 8.5
  4. label center at 3 2.5 'masked area'
  5. rectangle from 1.5 1 to 4.5 4
  6. mask 1.5 1 4.5 4
  7.  
  8. data 'elev.dat'
  9. map y 1000 1150
  10. divi y 5,3
  11. format x 0 y 0
  12. plot data con
  13. draw x y
  14. xlabel 'Distance from Area A (km)'
  15. ylabel 'Elevation (m)'
  16. title 'Elevation Profile'
  17. frame
  18.