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

From Christoph Bersch <usenet@bersch.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: Gnuplot 4.6 bug? lines not being drawn
Date 2013-02-25 19:59 +0100
Organization A noiseless patient Spider
Message-ID <kggc85$dcl$1@dont-email.me> (permalink)
References <25126f7c-fe89-45d1-ba39-9c0aa8006efa@googlegroups.com> <613ac8bf-9fbc-4f34-bc54-7b6c4aa894e8@googlegroups.com>

Show all headers | 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