|
From: alexgm24 <ale...@ho...> - 2007-11-30 19:33:38
|
Hi, I want to get a single value from a data file to use it as a constant: a = "this value is the one that is in the file.data" And then I want to plot the column 2 * this value.I have so many data files to do an script for each one. plot "file.dat" using 1:($2*a) Any idea? Thanks in advance. -- View this message in context: http://www.nabble.com/gnuplot%2C-get-single-value-tf4923819.html#a14090966 Sent from the Gnuplot - User mailing list archive at Nabble.com. |