Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!news-1.dfn.de!news.dfn.de!news.informatik.hu-berlin.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Olaf Schultz Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Data file with blank spaces Date: Fri, 13 Dec 2013 18:36:07 +0100 Lines: 23 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: individual.net shtmytdvNLkWlpDeHAS3/gLDUTG30pZCVB8vXaIZqYp8XD0ArS Cancel-Lock: sha1:GgdyzkKbNuFNOIx1lhBcBumDBMc= User-Agent: Thunderbird 2.0.0.18 (X11/20081112) In-Reply-To: Xref: csiph.com comp.graphics.apps.gnuplot:2211 Michael wrote: > Hello, > I have a file like this: > > #X Y1 Y2 Y3 > 0 5 > 1 6 > 2 7 12 > 3 8 13 18 > 4 9 14 19 > 5 10 15 20 > 6 11 16 21 > 7 12 17 22 > 8 13 18 > 9 19 > 10 20 > > > Is there the way to plot three curves using only one file, or I have to > split it to three files? Use - for an empty entry in these cases. HTH, OIaf