AUTHORS 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. Rob Maier <rsm@math.arizona.edu> wrote the libplot/libplotter library and
  2. the graphics programs graph, plot, tek2plot, plotfont, and hersheydemo,
  3. beginning in 1995. The old `GNU graphics' package (written by Rich Murphey
  4. in 1989-1991) served as a starting point, but the plotutils package is over
  5. an order of magnitude larger. Probably none of the code from the earlier
  6. package remains in libplot/libplotter or the graphics programs.
  7. spline and double were originally written by Rich. They have been extended
  8. by Rob, but some of Rich's code is still present.
  9. tek2plot was based by Rob on the Tektronix parser written in the mid-1980's
  10. by Edward Moy (then of Berkeley, later at Xerox, and as of last report at
  11. Apple). This is the parser used by the standard terminal emulator `xterm',
  12. when it is in Tektronix mode. The idea of tek2plot originated with Rich,
  13. though. (The old `GNU graphics' package contained a tek2plot.)
  14. ode was written by Nick Tufillaro <nbt@reed.edu> in 1978-1994, and was
  15. somewhat modified and extended by Rob so as to merge it into the package.
  16. The file ode/specfun.c, which provide gnuplot-style special function
  17. support to ode, was written by Rob in 2009, replacing a file (distributed
  18. in earlier releases) that had copyright problems.
  19. Most of the code in pic2plot (the scanner and parser code, in particular)
  20. is taken from gpic, i.e. GNU pic. gpic was written in 1989-1992 by
  21. James J. Clark <jjc@jclark.com> as part of groff, i.e. GNU troff.
  22. A libplot driver was added by Rob, to turn it into pic2plot.
  23. Rob wrote the texinfo manual, but the chapter on ode draws heavily on
  24. Nick's original ode documentation, dating in part to the late 1970s.
  25. The libxmi scan-conversion library was extracted by Rob from source files
  26. in the X11 distribution, with modifications. The source files were written
  27. in the mid-to-late 1980's by Brian Kelleher, Joel McCormack, Todd Newman,
  28. Keith Packard, Bob Scheifler and Ken Whaley, who worked for Digital
  29. Equipment Corp., MIT, and/or the X Consortium. Their contributions are
  30. copyright 1985-89 by the X Consortium. See ./libxmi/README-X for X
  31. Consortium permission notices.