X-Received: by 2002:a37:4f54:: with SMTP id d81mr3167244qkb.408.1581694253406; Fri, 14 Feb 2020 07:30:53 -0800 (PST) X-Received: by 2002:aca:fcc1:: with SMTP id a184mr2193088oii.36.1581694253162; Fri, 14 Feb 2020 07:30:53 -0800 (PST) Path: csiph.com!xmission!news.snarked.org!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Fri, 14 Feb 2020 07:30:52 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=186.155.11.103; posting-account=eSYf6AoAAADAAv8YcXDitYS7TUN3rlqE NNTP-Posting-Host: 186.155.11.103 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: fence data gnuplot From: mfduqued Injection-Date: Fri, 14 Feb 2020 15:30:53 +0000 Content-Type: text/plain; charset="UTF-8" Lines: 9 Xref: csiph.com comp.graphics.apps.gnuplot:4288 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