Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: sfeam Newsgroups: comp.graphics.apps.gnuplot Subject: Re: histogram : without using commanade "smooth freq" Followup-To: comp.graphics.apps.gnuplot Date: Wed, 14 Aug 2013 18:05:49 -0700 Organization: gnuplot development team Lines: 16 Message-ID: References: <0954fd20-3f7d-4898-bdd4-5e95b239bea5@googlegroups.com> <9a3488c0-c506-4c0c-a254-f2b0f7bc5eb4@googlegroups.com> Reply-To: sfeam@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Injection-Date: Thu, 15 Aug 2013 01:05:50 +0000 (UTC) Injection-Info: mx05.eternal-september.org; posting-host="e947cb29d2533e27aa00183e80187dbb"; logging-data="4909"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19RUn4NfnM026DlRiC0cARM" User-Agent: KNode/4.4.9 Cancel-Lock: sha1:pQn4wij4AK0pdi0JFNCvx1rFoHw= Xref: csiph.com comp.graphics.apps.gnuplot:1971 Karl wrote: > answer went out too early, sorry. > > Am 14.08.2013 17:46, schrieb sfeam: >> >> The command you want is >> set boxwidth 0.2 absolute > > OK, that works, but giving the boxwidth as a third column in the > "using" statment should also work, right? The "smooth frequency" operation replaces your original data with one column of x coords and one column of summed y. There is no third column.