Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #286

Way to read data a-la plot without plotting?

From Kevin <kevin.nielson@gmail.com>
Newsgroups comp.graphics.apps.gnuplot
Subject Way to read data a-la plot without plotting?
Date 2011-05-04 13:11 -0700
Organization http://groups.google.com
Message-ID <aec9ecb2-e662-469b-98ba-3f51be0fbfe0@glegroupsg2000goo.googlegroups.com> (permalink)

Show all headers | View raw


Is there a way to get gnuplot to examine a datafile and assign a value to a variable?

A convoluted way using a plot statement is to use

plot 'file' every 1:1:line_no:block_no:line_no:block_no using ($col_no = time)

for example, which allows a block, line, and column number to be specified and assigned to the variable time.  However, I'd like to be able to do this without invoking a plot statement.
Any suggestions?

Back to comp.graphics.apps.gnuplot | Previous | Next | Find similar


Thread

Way to read data a-la plot without plotting? Kevin <kevin.nielson@gmail.com> - 2011-05-04 13:11 -0700

csiph-web