Path: csiph.com!eeepc.pasdenom.info!news.pasdenom.info!news.dougwise.org!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!weretis.net!feeder4.news.weretis.net!news.albasani.net!not-for-mail From: Hermann Peifer Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Gnuplot to plot two columns with number of hits and users Date: Fri, 04 Feb 2011 15:23:17 +0100 Organization: albasani.net Lines: 16 Message-ID: <4D4C0BD5.8000505@gmx.eu> References: <7d7dd595-e4eb-405b-ad5e-66e0c62fd0a4@x18g2000yqe.googlegroups.com> <4D4AA1E4.8010900@gmx.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: news.albasani.net A7DzLRkLkWSPHpwXMaPj01NPTYCGy7z+3iU5i4rhjofiRt6pcsq2TW4XEeHMe8I39mUrQiRx0QwsgqPnt0e8RA== NNTP-Posting-Date: Fri, 4 Feb 2011 14:24:20 +0000 (UTC) To: =?ISO-8859-1?Q?P=E9ter_Juh=E1sz?= In-Reply-To: Cancel-Lock: sha1:AePOY7jCQ9n81xSRz4tFpjLNFaE= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 Injection-Info: news.albasani.net; logging-data="8xG4gpSkc5ijhxW3o7iLgZIdorxMLwlWxXoS8M7grHCsPMNgsvBWuuQcbk7A90Xc1OIv84XeAAOYEAsRAgOzMZmnIlacAzBKcNspa6NVEmpunHDD4FuagrVgjTP8V2/a"; mail-complaints-to="abuse@albasani.net" Xref: csiph.com comp.graphics.apps.gnuplot:2067 On 03/02/2011 16:14, Péter Juhász wrote: > On Feb 3, 1:39 pm, Hermann Peifer wrote: >> >> It looks like you want to use the x-axis for the hits and the y-axis for >> the users. As far as I know, this is not possible. > > Not true. Even though it's not possible to get horizontal boxes with > the "with boxes" style, there is a workaround: > > plot 'foo.txt' u 1:0:(0):1:($0-0.4):($0+0.4):ytic(2) w boxxyerror > Hmm. Interesting to know. Is there any obvious way to reverse the order of the boxes, apart from: plot "<(tac foo.txt)" ... Hermann