Path: csiph.com!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Ethan A Merritt Newsgroups: comp.graphics.apps.gnuplot Subject: Re: missing STATS_size_x and y on Debian Date: Mon, 01 Feb 2016 22:55:42 -0800 Organization: A noiseless patient Spider Lines: 33 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit Injection-Date: Tue, 2 Feb 2016 06:52:55 -0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="7bbfccb08e3cb0f92ebf95516f5f5a81"; logging-data="614"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19T4AvGI6PkPTGCvbPdkos7" User-Agent: KNode/4.14.5 Cancel-Lock: sha1:Nbe1LiBswyXtbJdB2aqweOuh/5g= Xref: csiph.com comp.graphics.apps.gnuplot:3196 Jörg Buchholz wrote: > Hello, > > "stats 'file' matrix" gives the two varaiables STATS_size_x and > STATS_size_y back. > > file matrix.dat: > 4 5 6 > 2 3 1 > 4 2 2 > > stats 'matrix.dat' matrix > > show variables > ... > STATS_size_x = 3.0 > STATS_size_y = 3.0 > > > On Debian, gnuplot 5.0.2, these variables are not present. On Win and > other Linux (Lubuntu, Fedora) they are present. > > So it looks like a Debian bug or problem. > > Can anyone confirm this. > > Jörg I don't know why Debian's build would be different. Those variables were added before the initial 5.0 release and have been there ever since. Ethan