by =?UTF-8?B?SGFucy1CZXJuaGFyZCBCcsO2a2Vy?= <HBBroeker@[EMAIL PROTECTED]
>
May 27, 2008 at 10:19 PM
Fons wrote:
> How do I quickly reduce a set of data in gnuplot?
>
> Something like
>
> plot "datafile" using 2:3 where $1=5
plot 'datafile' using($1==5?$2:0/0):3