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


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

Re: fence data gnuplot

Path csiph.com!eternal-september.org!feeder.eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From Jörg Buchholz <bookwood4new@freenet.de>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: fence data gnuplot
Date Wed, 19 Feb 2020 11:17:52 +0100
Organization A noiseless patient Spider
Lines 26
Message-ID <r2j20e$tkq$1@dont-email.me> (permalink)
References <afeb18a3-af31-4062-aa88-ef1ee1707445@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 8bit
Injection-Date Wed, 19 Feb 2020 10:17:50 -0000 (UTC)
Injection-Info reader02.eternal-september.org; posting-host="d8f7e762fb8368cb9064a988fa1803b9"; logging-data="30362"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+e8ycmtpccCFsQfrM2i3Vnx6cKE0P//aY="
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0
Cancel-Lock sha1:KGq+euc9mHQuy2wa/nRUpO5aQ9M=
In-Reply-To <afeb18a3-af31-4062-aa88-ef1ee1707445@googlegroups.com>
Content-Language en-GB
Xref csiph.com comp.graphics.apps.gnuplot:4294

Show key headers only | View raw


On 14.02.2020 16:30, mfduqued wrote:
> Hi community,
> 
> I have a file with 70 (rows) and 8 (columns), every 3 columns change
> this plot. I plot as splot "data" u 1:2:3 t "1", "" u 1:2:4 t "2"
> 
> But I want now to plot like fenceplots where the column 3 vs the
> column 1, and each plot this is separated a value.
> 
> How do I do this??, Thanks very much for ani suggestions
> 

May help this example?

Datafile 'fence.dat':
4   6   5   9   2   7   6
5   7   3   2   7   2   8
7   3   9   3   2   1   0
7   5   2   8   1   2   8
5   2   9   4   2   6   1

set xrange [0:8]
set xyplane relative 0
splot for [i=1:7] 'fence.dat' u (0.0+i):0:i:(0.0):i w zerrorfill

Jörg

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


Thread

fence data gnuplot mfduqued <mfduqued@gmail.com> - 2020-02-14 07:30 -0800
  Re: fence data gnuplot Jörg Buchholz <bookwood4new@freenet.de> - 2020-02-19 11:17 +0100

csiph-web