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


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

Re: How do i pipe data to gnuplot/no-fifo and plot the data on the fly

Path csiph.com!eternal-september.org!feeder.eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From Veek M <veek@dont-use-this.com>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: How do i pipe data to gnuplot/no-fifo and plot the data on the fly
Date Tue, 18 Feb 2020 14:42:17 -0000 (UTC)
Organization A noiseless patient Spider
Lines 8
Message-ID <r2gt49$erb$1@dont-email.me> (permalink)
References <r2a8qe$mvp$1@dont-email.me>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding 8bit
Injection-Date Tue, 18 Feb 2020 14:42:17 -0000 (UTC)
Injection-Info reader02.eternal-september.org; posting-host="d6b35c60fc1fc51a6f2702669191110c"; logging-data="15211"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX199HdYhmhybxRmw29OWZhJM"
User-Agent Pan/0.145 (Duplicitous mercenary valetism; d7e168a git.gnome.org/pan2)
Cancel-Lock sha1:zAD2BQ/SiaRof8mzsCX6vDm4voI=
Xref csiph.com comp.graphics.apps.gnuplot:4291

Show key headers only | View raw


( seq 1 10 )|gnuplot -p -e 'set xrange [0:100]; set yrange [0:100]; 
while(1) { plot "<&3" using ($0):1 every ::::3:0; pause 10; replot; }' 3</
dev/stdin

Something like this works but only just.. basically you got to manually 
pipe the data using some gnuplot specific syntax not to mention the 
redirect to fd in bash
plot "<&3"

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


Thread

How do i pipe data to gnuplot/no-fifo and plot the data on the fly Veek M <veek@dont-use-this.com> - 2020-02-16 02:18 +0000
  Re: How do i pipe data to gnuplot/no-fifo and plot the data on the fly Gavin Buxton <gavinbuxton@gmail.com> - 2020-02-16 05:59 -0800
  Re: How do i pipe data to gnuplot/no-fifo and plot the data on the fly Veek M <veek@dont-use-this.com> - 2020-02-18 14:42 +0000

csiph-web