|
From: Giacomo M. <gia...@em...> - 2009-06-22 21:43:31
|
Yeah, but my data files are fine, like tmp1.dat and tmp2.dat. And anyway I can plot them together if I use lines for the first data file, points for the second and linespoints for the third. The problem is that I can't plot together 2 or more data files together WITH LINES. Il giorno 22/giu/09, alle ore 23:33, Zhong Ren ha scritto: > Then the problem is in your data file. For example, there is > an empty line between every other line. > > Try this: > > tmp1.dat > 1 4 > 2 5 > 3 6 > > tmp2.dat > 1 7 > 2 3 > 3 5 > > tmp3.dat > 1 3 > > 2 4 > > 3 2 > > plot 'tmp1.dat' t '1' w l 1, 'tmp2.dat' t '2' w l 2, > 'tmp3.dat' t '3' w l 3 > shows the first two curves, but not the third, and no error > message. -- Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP autenticato? GRATIS solo con Email.it http://www.email.it/f Sponsor: Per le tue vacanze al mare scegli Riccione Turismo: servizi su misura, sport, benessere ed enogastronomia. Offerte a prezzi vantaggiosi! Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=9222&d=22-6 |