« Return to Thread: Problem plotting several data files with lines

Re: Problem plotting several data files with lines

by HonestJago :: Rate this Message:

Reply to Author | View in Thread

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

------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
Gnuplot-info mailing list
Gnuplot-info@...
https://lists.sourceforge.net/lists/listinfo/gnuplot-info

 « Return to Thread: Problem plotting several data files with lines