home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / plot / plot2gl.sha / README < prev    next >
Encoding:
Text File  |  1989-04-09  |  1.0 KB  |  30 lines

  1. These files implement UNIX plot(1,3,5) clones on top of the
  2. PC/AT graphics library posted recently in comp.sources.unix. 
  3. (v18i{059..065}, gl_plot/part{01..07} by dtlewis!lewis).
  4.  
  5. libplot.a:    library of plot(3) compatible functions that 
  6.         produce files in plot(5) format.
  7.  
  8. plot:        filter that displays files in plot(5) format
  9.         on a variety of devices (cga, hercules, ega,
  10.         ibm graphics printer, laserjet).
  11.  
  12. Options to the plot program are of the form -Tdevice, where 
  13. device is one of the following:
  14.  
  15.     cga (CGA)    cga adapter, low (high) resolution
  16.     herc (HERC)    hercules adapter, page 0 (page 1)
  17.     ega        ega adapter
  18.     lp        matrix printer
  19.     lj        laserjet printer
  20.  
  21. Alternatively, one may specify the output device type with the
  22. GLMODE environment variable (see the gl graphics library docs).
  23.  
  24. This software was tested under Microport System-V/AT. No change
  25. should be required for other PC UNIX versions (except for some
  26. configuration parameters in the Makefile). Porting to non-UNIX
  27. PC environments should be straightforward.
  28.  
  29.         Wietse Venema (wietse@wzv.UUCP).
  30.