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


Groups > comp.graphics.apps.gnuplot > #1667

Re: Gnuplot 4.6 bug? lines not being drawn

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!eternal-september.org!feeder.eternal-september.org!mx05.eternal-september.org!.POSTED!not-for-mail
From Christoph Bersch <usenet@bersch.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: Gnuplot 4.6 bug? lines not being drawn
Date Mon, 25 Feb 2013 19:59:20 +0100
Organization A noiseless patient Spider
Lines 18
Message-ID <kggc85$dcl$1@dont-email.me> (permalink)
References <25126f7c-fe89-45d1-ba39-9c0aa8006efa@googlegroups.com> <613ac8bf-9fbc-4f34-bc54-7b6c4aa894e8@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
Injection-Date Mon, 25 Feb 2013 18:58:13 +0000 (UTC)
Injection-Info mx05.eternal-september.org; posting-host="ce14dcd71bc2e11365a07d89534715f0"; logging-data="13717"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1//IVzB01rdE0i/ktbWqEMk"
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:10.0.5) Gecko/20120624 Icedove/10.0.5
In-Reply-To <613ac8bf-9fbc-4f34-bc54-7b6c4aa894e8@googlegroups.com>
Cancel-Lock sha1:HLW4nR46XZjTOdc0fawDdQ0AqEc=
Xref csiph.com comp.graphics.apps.gnuplot:1667

Show key headers only | View raw


Am 25.02.2013 18:00, schrieb marcelojara@gmail.com:
>
> 02222013083723,ServerA,586950936,1709,20817,3.510409
> 02222013083723,ServerB,659800656,1702,20920,8.715981
> 02222013083724,ServerC,873737176,1745,21133,5.4260693
> 02222013083724,ServerD,1043938832,1716,20898,4.24047
> 02222013083745,ServerA,623933280,1682,20817,5.815545
>
> This is what I use to plot ServerA CPU:
> plot 'test.txt' using 1:(strcol(2) eq "ServerA"? $6:$1/0)

Try

plot '< grep "ServerA" test.txt' u 1:6 with lines

For the explanation see Hans-Bernhard's posting.

Christoph

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Gnuplot 4.6 bug? lines not being drawn marcelojara@gmail.com - 2013-02-23 19:25 -0800
  Re: Gnuplot 4.6 bug? lines not being drawn Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2013-02-24 18:06 +0100
  Re: Gnuplot 4.6 bug? lines not being drawn Karl <mail.kfr@gmx.net> - 2013-02-25 13:04 +0100
  Re: Gnuplot 4.6 bug? lines not being drawn marcelojara@gmail.com - 2013-02-25 09:00 -0800
    Re: Gnuplot 4.6 bug? lines not being drawn Christoph Bersch <usenet@bersch.net> - 2013-02-25 19:59 +0100
    Re: Gnuplot 4.6 bug? lines not being drawn Karl <mail.kfr@gmx.net> - 2013-02-25 21:36 +0100
    Re: Gnuplot 4.6 bug? lines not being drawn Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2013-02-25 23:39 +0100
  Re: Gnuplot 4.6 bug? lines not being drawn Marcelo Jara <marcelojara@gmail.com> - 2013-02-25 13:54 -0800
    Re: Gnuplot 4.6 bug? lines not being drawn Karl <mail.kfr@gmx.net> - 2013-02-26 09:32 +0100
  Re: Gnuplot 4.6 bug? lines not being drawn Marcelo Jara <marcelojara@gmail.com> - 2013-02-26 07:47 -0800

csiph-web