home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / archives / 3116 < prev    next >
Encoding:
Internet Message Format  |  1992-08-15  |  2.2 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!agate!usenet
  2. From: mogul@pa.dec.com (Jeffrey Mogul)
  3. Newsgroups: comp.archives
  4. Subject: [comp.unix.ultrix] now available: "psgraph" program (generate a graph in PostScript)
  5. Followup-To: comp.unix.ultrix
  6. Date: 16 Aug 1992 00:08:28 GMT
  7. Organization: DEC Western Research
  8. Lines: 40
  9. Approved: adam@soda.berkeley.edu
  10. Distribution: world
  11. Message-ID: <16k69sINN5ca@agate.berkeley.edu>
  12. References: <1992Aug11.200628.3639@PA.dec.com>
  13. NNTP-Posting-Host: soda.berkeley.edu
  14. X-Original-Newsgroups: comp.unix.ultrix
  15. X-Original-Date: Tue, 11 Aug 92 20:06:28 GMT
  16.  
  17. Archive-name: auto/comp.unix.ultrix/now-available-psgraph-program-generate-a-graph-in-PostScript
  18.  
  19.  
  20. I've put the sources for a program called "psgraph" on gatekeeper.dec.com,
  21. for public FTP.  psgraph is sort of like the ancient Unix "graph"
  22. command, except that it generates PostScript directly and has many
  23. more features.  It's not meant to do everything, or to run interactively,
  24. but it's handy for generating simple graphs without much fuss.
  25.  
  26. -Jeff
  27.  
  28. Here is the README file:
  29.  
  30. "Psgraph" takes input files vaguely like those accepted by graph(1),
  31. and produces PostScript output.  The manual page explains the rest.
  32.  
  33. Psgraph was written by Chris Kent of DECWRL (now Chris Kantarjiev
  34. of Xerox PARC), based on some code from Bob Brown of NASA RIACS,
  35. and has been hacked on by Brian Reid and Jeff Mogul of DECWRL.
  36.  
  37. Please obey the part in the LICENSE file that says not to redistribute
  38. this software to anyone, unless you do it for free and include the
  39. LICENSE file and all copyright notices.
  40.  
  41. To install psgraph, you might have to modify Makefile and psgraph.h
  42. to reflect where you want to install the files.  In psgraph.h,
  43. the important line is:
  44. #define PROLOG  "/usr/local/lib/ps/psgraph.pro"
  45.  
  46. To obtain another copy of the code (in case someone updates the
  47. code later on):
  48.         ftp gatekeeper.dec.com
  49.         user anonymous
  50.                 <give your name when asked for the password>
  51.         cd pub/DEC
  52.         type binary
  53.         get psgraph.tar.Z
  54. then "uncompress psgraph.tar.Z", cd to an empty directory where
  55. you want to put the sources, and "tar xf psgraph.tar".
  56.  
  57.