|
From: Zhong R. <re...@uc...> - 2009-06-22 21:36:40
|
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. ---- Original message ---- >Date: Mon, 22 Jun 2009 23:14:21 +0200 >From: Giacomo Monari <gia...@em...> >Subject: Re: [Gnuplot-info] Problem plotting several data files with lines >To: gnu...@li... > >The problem object of this thread: I get no error messages, but it >draws just the first curve, even in your way (which is exactly equal >to my way: you're just using the abbreviations "w l" instead of "with >lines" etc.) > > >Il giorno 22/giu/09, alle ore 23:08, Zhong Ren ha scritto: > >> What problem? You gotta post more info. Error message? I am >> running 4.2.5 >> >> > > > > -- > 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: > Vieni in vacanza nei Riccione Family Hotels! Ti aspettano servizi per bambini, mini club e tanto divertimento! Prenota on-line la tua vacanza! > Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=9206&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 >Gnu...@li... >https://lists.sourceforge.net/lists/listinfo/gnuplot-info |