home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p112 / 1.ddi / FPLOT3.PAR < prev    next >
Encoding:
Text File  |  1988-06-01  |  558 b   |  16 lines

  1. REM ASIZE.PAR
  2. REM This is an FPLOT parameter file to do default A size plots.
  3. REM Pen widths are remapped so that pen 1 comes out one pixel wide.
  4. REM Pens 2-4 are also remapped accordingly.
  5. REM This is desirable for high resolution plots on dot matrix printers,
  6. REM because the dots produced by the dot matrix pins are themselves
  7. REM about 1/100" wide.
  8. REM
  9. REM This is not necessary for laser printers, because the high resolution
  10. REM dots in these printers are only about 1/300" wide.
  11. REM
  12. PENWIDTH 1 0
  13. PENWIDTH 2 1
  14. PENWIDTH 3 2
  15. PENWIDTH 4 3
  16.