|
From: Thomas S. <t.s...@fz...> - 2009-10-20 12:08:03
|
let the two data sets use separate regions of the palette: splot './data/file1.txt' using 2:3:4:1 with points pointtype 1, \ './data/file2.txt' using 2:3:4:($1+max_z_value_of_first_data_set) with points pointtype 1 Joost Kraaijeveld wrote: > > 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 > > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Gnuplot-info mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > -- View this message in context: http://www.nabble.com/2-file-3D-splot-with-different-palettes-or-points-possible--tp25972312p25973953.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |