Received: by 10.224.207.66 with SMTP id fx2mr13483141qab.7.1355199013317; Mon, 10 Dec 2012 20:10:13 -0800 (PST) Received: by 10.49.62.164 with SMTP id z4mr3704390qer.34.1355199013242; Mon, 10 Dec 2012 20:10:13 -0800 (PST) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!fc2no39765qab.0!news-out.google.com!gf5ni48614495qab.0!nntp.google.com!fc2no41834qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Mon, 10 Dec 2012 20:10:13 -0800 (PST) In-Reply-To: <109c485e-a15a-4a14-89fa-675ab553fa54@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=89.178.238.124; posting-account=AnW4VQoAAABbf1hDeJYQGAs0F4Um3A34 NNTP-Posting-Host: 89.178.238.124 References: <109c485e-a15a-4a14-89fa-675ab553fa54@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <46358e26-c2fa-4211-855d-bb2d1ef67ecb@googlegroups.com> Subject: Re: Histogram plot From: scileont@gmail.com Injection-Date: Tue, 11 Dec 2012 04:10:13 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.graphics.apps.gnuplot:1538 > set yrange [0:] This line explicitly sets your y-range to be from 0 to whatever. Remove it if you want gnuplot to automatically adjust y-range or change [0:] to correct interval.