|
From: baalkikhaal <col...@gm...> - 2009-09-26 10:30:00
|
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"
i get
line 21: invalid character \
but in shell on doing
awk '{if (($2 == 26) && ($3 == 160)) printf("%.2f %.8f ",$1,$6 *
4/exp(log($1)*3))}' < coordinates.dat
it is working fine....
what is the possible source of error?
--
View this message in context: http://www.nabble.com/parse-error-in-reading-newline-character-from-input-redirected-from-awk-tp25624063p25624063.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|