|
From: ZhiGang Q. <zq...@cs...> - 2006-07-11 14:20:55
|
Hi, all, I want plot a data file by using another data file as the line style. I have no idea about it now, can you give me a tip? for a wrong example: plot "data1.txt" using ($1< 0 ? $1 : 1/0) with lines "data2.txt" data1.txt ------------ 1 2 3 4 5 6 ------------ data2.txt ----------- 1 1 2 2 3 3 ------------ Best, Zhigang |