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

  1. # locate.plt -- shows how to use the 'location map/default' command
  2.  
  3. paper size 11 by 8.5
  4. map x 0 100 y 0 100
  5.  
  6. location map
  7. # if user hasn't mapped the subplot area yet, use the default mapping
  8.  
  9. legend left at 20 30
  10. 'left legend'
  11. 'text and symbol' symbol 1
  12. end
  13.  
  14. arrow from 40 40 to 60 60
  15.  
  16. label angle 20 at 70 70 'mapped location!'
  17.