|
From: Joost K. <J.K...@As...> - 2009-10-20 09:35:48
|
Hi, I want to combine the contents of 2 files in 1 3-d plot. The following command does almost what I want: splot './data/file1.txt' using 2:3:4:1 , \ './data/file2.txt' using 2:3:4:1 But this will create a plot where each file differs just in the dot-marker ( '+' for the first file, 'x' for the second file). This gives a poor plot, given the number of dots. Is it possible to change the point to a singe dot and use a different palette for each file? If so, what should be the exact syntax as all my attempts to change the global palette an/or point type failed miserably. TIA -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web: www.askesis.nl |