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 Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Feature request : replot multiplot Date: Wed, 08 Jan 2014 15:47:20 +0700 Organization: A noiseless patient Spider Lines: 22 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Wed, 8 Jan 2014 08:56:29 +0000 (UTC) Injection-Info: mx05.eternal-september.org; posting-host="83b9b731595c348001c3614e7f799159"; logging-data="2404"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX198VisAvQBTWDmCQon1Qf5/" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10 In-Reply-To: Cancel-Lock: sha1:taki0r8HFkbcGYLaLS3JYUk+gSs= Xref: csiph.com comp.graphics.apps.gnuplot:2235 08.01.2014 06:58, John Edwards пишет: > Dear All, > > I have been trying to use multiplot to display multiple 2D data sets > piped from an external program. Ideally I would like to be able to use > autoscale/replot so that all of the graphs can be scaled according to > the largest magnitude of any of the datasets. > > Searching for solutions to this functionality suggests that it is quite > a common requirement. > > Does anyone know if there is any chance whether this functionality could > or will be available in the future ? > > Thanks very much, > > John I make thousands of multiplot graphs with the perl script. You just have to find min and max of data in your data files, and to create a gnuplot script cointaining these min and max definitions with the use of your external program.