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