|
From: Hans-Bernhard B. <HBB...@t-...> - 2009-09-26 12:52:09
|
baalkikhaal wrote:
> on doing
>
> plot "< awk '{if (($2 == 26) && ($3 == 160)) printf("%.2f %.8f ",$1,$6 *
> 4/exp(log($1)*3))}' < coordinates.dat " using 1:2 wi li title "26"
The second '<' doesn't serve much of a purpose, so you may want to drop it.
And you'll want to re-think the quoting. You have two pairs of "double
quotes" which you probably want nested, but they're not.
|