home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_200 / 266_01 / logaxis.pic < prev    next >
Text File  |  1988-11-19  |  615b  |  24 lines

  1. *  Create log axis using LABELs.  Data must be logs.
  2. PIC
  3. AREA at .5,.5 size 6 by 4 outline
  4. AXIS left to 1 boxes 1 invisible
  5. AXIS below to 6 boxes 6 invisible
  6. LABEL at -.05,.000 R text 1
  7. LABEL at -.05,.301 R text 2
  8. LABEL at -.05,.477 R text 3
  9. LABEL at -.05,.602 R text 4
  10. LABEL at -.05,.699 R text 5
  11. LABEL at -.05,.778 R text 6
  12. LABEL at -.05,.845 R text 7
  13. LABEL at -.05,.903 R text 8
  14. LABEL at -.05,.954 R text 9
  15. LABEL at -.05,1.00 R text 10
  16. ISO sparse at .301
  17. ISO sparse at .477
  18. ISO sparse at .602
  19. ISO sparse at .699
  20. ISO sparse at .778
  21. ISO sparse at .845
  22. ISO sparse at .903
  23. ISO sparse at .954
  24.