Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: John Edwards Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Feature request : replot multiplot Date: Wed, 08 Jan 2014 23:12:46 +0000 Lines: 28 Message-ID: References: Reply-To: johned0@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net 7vMPQPhbgA1uv32d6rbLdgfiEtE1L5q90Vht52ZXuxHIddF79M Cancel-Lock: sha1:bY0GLXY/2WTlvGK2pdlVXxqtGgY= User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 In-Reply-To: Xref: csiph.com comp.graphics.apps.gnuplot:2247 Thanks Christoh, I'm a bit tied up wit other work for the next few days but I'll try it out asap. Cheers, John On 08/01/2014 19:05, Christoph Bersch wrote: > On 08.01.2014 19:44, John Edwards wrote: >> >> Does this mode work with pipes (the special filename '-') > > Yes, that should work with pipes, like the 'inline' variant > > plot '-', '-' > 1 > 2 > 3 > e > 2 > 3 > 4 > e > > Christoph