eros69 wrote:
> i tried Plotting 2-column files then export only the y-high values to a file
Export --- to where? You set an output file, but no format for gnuplot
to write into it (--> help terminal).
> with the gnusript below, but had no luck. please help!!
I think what you really want to do would not involve "yhigh" at all, but
rather something like
set table
plot 'file' using 1:($2+$3)
|