|
From: theozh <th...@gm...> - 2015-04-02 09:19:46
|
That's ok for column data... But how do you do it with matrix data? Am 02.04.2015 um 00:38 schrieb BBands: > Actually that should be: > > plot "ColumnData.dat" u 1:($2 > 0 ? $2 : NaN) > > John > |