Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Michael Okuntsov Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Running window Date: Thu, 24 Apr 2014 17:01:21 +0700 Organization: A noiseless patient Spider Lines: 18 Message-ID: <5358E0F1.2010409@land.ru> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: mx05.eternal-september.org; posting-host="35a26602bb90c688811ddf6aa0fd5b56"; logging-data="27554"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18WnRAiuuJ/jSr4u6a02Z9a" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.4.0 In-Reply-To: Cancel-Lock: sha1:ikIyndE1bja+ZQ1p/E9IoWah8mE= Xref: csiph.com comp.graphics.apps.gnuplot:2425 On 24.04.2014 16:07, Karl wrote: > after each plot, a number of status variables is updated. You can check > them via > > show var GPVAL_ > > GPVAL_DATA_X_MAX keeps the maximum x from the last plot, so you can just > > set xrange [GPVAL_DATA_X_MAX-windowsize:*] > > before replot. > > > Karl > Thank you, it works.