|
From: William Xu <wil...@gm...> - 2007-11-01 03:42:18
|
>From the manual, i manage to do the filtering with the following trick: ,---- | plot 'result.log' using ($4 == 1 $3 : 1/0):5 title '1 session' with linespoints `---- However, seems `with linespoints' part doesn't work, it display as dots. What's the problem here? -- William |