|
From: Joost K. <J.K...@As...> - 2009-10-20 10:19:07
|
On Tue, 2009-10-20 at 15:42 +0530, Rajarshi Tiwari wrote: > Yes, > splot './data/file1.txt' using 2:3:4:1 with linespoints linetype 1 > pointtype 1 linecolor 1, \ > './data/file2.txt' using 2:3:4:1 with linespoints linetype 1 pointtype > 1 linecolor 1 This does not do the trick. > Will create plot with identical style, which you can change by tunning > the parameters. > By the way, how come you have 4 columns (2:3:4:1) for splot? The last column will be used by the palette to determine the colour of the dot in the graph. -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web: www.askesis.nl |