home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / utils / bug / 2364 < prev    next >
Encoding:
Text File  |  1993-01-10  |  1.8 KB  |  44 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!math.arizona.edu!rsm
  3. From: rsm@math.arizona.edu (Robert S. Maier)
  4. Subject: New feature added to graph(1)
  5. Message-ID: <RSM.93Jan10120455@coral.math.arizona.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: Mathematics Department, University of Arizona
  8. Distribution: gnu
  9. Date: Sun, 10 Jan 1993 19:04:55 GMT
  10. Approved: bug-gnu-utils@prep.ai.mit.edu
  11. Lines: 31
  12.  
  13. Have you ever wanted to graph data points generated by a running program,
  14. in real time?  The standard Unix graph(1) won't do this, and neither will
  15. GNU graph, as of release 0.17 of the graphics package.  Instead of acting
  16. as a filter, both wait until the input stream has been closed before
  17. plotting the data.
  18.  
  19. I have now fixed this problem.  The file
  20.  
  21.     coral.math.arizona.edu:/pub/graph/graph-0.17-RSM.tar 
  22.  
  23. contains dropin replacements for three of the files in the `graph'
  24. subdirectory of the GNU graphics package.  If these modified versions are
  25. used, graph will act as a filter.  Provided, that is, the user specifies
  26. the minimum and maximum values of x and y on the command line.  That's the
  27. most one could ask for.
  28.  
  29. This is not an official GNU release (though the code is offered to GNU).
  30. My code seems pretty reliable (it's a straightforward rewrite of Rich
  31. Murphey's original code, which is _very_ reliable).  But like Rich's code,
  32. it must be considered an alpha release.
  33.  
  34. Any comments on my implementation of this new feature should be sent to _me_,
  35. not the GNU folks!  I hope it proves useful.
  36.  
  37. -- 
  38. Robert S. Maier   | Internet: rsm@math.arizona.edu, rsm@cs.arizona.edu
  39. Dept. of Math.    | UUCP: uunet!arizona!amethyst!rsm
  40. Univ. of Arizona  | Bitnet: maier@arizvms
  41. Tucson, AZ  85721 | FAX: +1 602 621 8322
  42. U.S.A.            | Voice: +1 602 621 6893 (dept.), +1 602 621 2617 (office)
  43.  
  44.