home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / question / 10010 < prev    next >
Encoding:
Text File  |  1992-08-12  |  947 b   |  40 lines

  1. Newsgroups: comp.unix.questions
  2. Path: sparky!uunet!stanford.edu!ames!nsisrv!spso!reddy
  3. From: reddy@spso.gsfc.nasa.gov (Jagan Reddy)
  4. Subject: graph program piped to plot does not produce labels ? Help apprec.
  5. Message-ID: <reddy.713637919@spso>
  6. Summary: Any one knows to get labels for graph <..| plot -Tcrt ?
  7. Keywords: graph sun unix plot
  8. Sender: usenet@nsisrv.gsfc.nasa.gov (Usenet)
  9. Nntp-Posting-Host: spso.gsfc.nasa.gov
  10. Organization: Goddard Space Flight Center
  11. Date: Wed, 12 Aug 1992 16:45:19 GMT
  12. Lines: 26
  13.  
  14. Hi,
  15.  
  16.     I have been trying to get good plots from graph command.
  17. My problem is given input like 
  18. 1.000   2.003
  19. 1.03    2.004
  20. 1.004    3.94
  21. 2.98    4.877
  22.  
  23.     some program (either already available on Unix platform or 
  24. a public domain ) should take that input and plot some graph
  25. like
  26.  
  27.          |
  28.      |
  29.      |  
  30.      |
  31.      _____________
  32.  
  33.  
  34. with points connected and labels at each bucket etc.
  35.  
  36. Any one has some suggestions. Help is highly appreciated.
  37.  
  38. Jagan
  39.  
  40.