Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #2067 > unrolled thread

Re: Gnuplot to plot two columns with number of hits and users

Started byHermann Peifer <peifer@gmx.eu>
First post2011-02-04 15:23 +0100
Last post2011-02-04 15:23 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.graphics.apps.gnuplot

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Gnuplot to plot two columns with number of hits and users Hermann Peifer <peifer@gmx.eu> - 2011-02-04 15:23 +0100

#2067 — Re: Gnuplot to plot two columns with number of hits and users

FromHermann Peifer <peifer@gmx.eu>
Date2011-02-04 15:23 +0100
SubjectRe: Gnuplot to plot two columns with number of hits and users
Message-ID<4D4C0BD5.8000505@gmx.eu>
On 03/02/2011 16:14, Péter Juhász wrote:
> On Feb 3, 1:39 pm, Hermann Peifer<pei...@gmx.eu>  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

[toc] | [standalone]


Back to top | Article view | comp.graphics.apps.gnuplot


csiph-web