Apr 25, 2007 #1 ovince Programmer Joined Feb 27, 2007 Messages 55 Location FR Hi All Is it posible to use awk with gnuplot? That is, can I plot data directly extracted from file by awk like: awk 'BEGIN {FS=","}{print $53, $58}' | gnuplot ... thanks oliver
Hi All Is it posible to use awk with gnuplot? That is, can I plot data directly extracted from file by awk like: awk 'BEGIN {FS=","}{print $53, $58}' | gnuplot ... thanks oliver
May 6, 2007 #2 vgersh99 Programmer Joined Jul 27, 2000 Messages 2,146 Location US would not hurt tryin'...... vlad +----------------------------+ | #include<disclaimer.h> | +----------------------------+ Upvote 0 Downvote
would not hurt tryin'...... vlad +----------------------------+ | #include<disclaimer.h> | +----------------------------+