home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / graphics / gnuplot / 674 < prev    next >
Encoding:
Text File  |  1993-01-21  |  1.6 KB  |  40 lines

  1. Newsgroups: comp.graphics.gnuplot
  2. Path: sparky!uunet!mcsun!sun4nl!dutrun!donau!koert
  3. From: koert@dutentb.et.tudelft.nl (Koert van der Lingen)
  4. Subject: Re: column filter for use with gnuplot
  5. Message-ID: <1993Jan21.074101.8249@donau.et.tudelft.nl>
  6. Sender: news@donau.et.tudelft.nl (UseNet News System)
  7. Nntp-Posting-Host: duteela.et.tudelft.nl
  8. Organization: Delft University of Technology, Dept. of Electrical Engineering
  9. References: <1jk0qdINN611@swrinde.nde.swri.edu>
  10. Date: Thu, 21 Jan 1993 07:41:01 GMT
  11. Lines: 27
  12.  
  13. In <1jk0qdINN611@swrinde.nde.swri.edu> jss@stanley.nde.swri.edu (Jeff Stolte) writes:
  14.  
  15. >I have heard about a filter program that can be used to select
  16. >specified columns from an ascii data file and have its output
  17. >piped to gnuplot.  I do not remember what the program is called
  18. >or where it is available.  Does anyone know of such a program?
  19.  
  20. You don't need such a program if you want to plot specific columns. In
  21. gnuplot (3.2 at least) you can write something like
  22.  
  23. plot "datafile" using 2:4
  24.  
  25. which in this case uses column 2 for the x-axis and column 4 for the
  26. y-axis.
  27.  
  28.  
  29. --------------------------------------------------------------------------------
  30. Koert v.d. Lingen                 | 
  31. Electronics Research Laboratory   |
  32. Faculty of Electrical Engineering |
  33. Delft University of Technology    | Life is like a puzzle. The solution
  34. Mekelweg 4                        | is known but we don't know by which
  35. 2628 CD Delft                     | way we will reach it.
  36. The Netherlands                   |
  37.                                   |
  38. E-mail:k.vdlingen@et.tudelft.nl   |
  39. --------------------------------------------------------------------------------
  40.