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


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

Re: Animated & Lot of data

From Christoph Bersch <usenet@bersch.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: Animated & Lot of data
Date 2013-07-01 14:15 +0200
Organization A noiseless patient Spider
Message-ID <kqrri0$q91$1@dont-email.me> (permalink)
References <773fe895-55b4-4a0c-8059-a1ecfeaee4b7@googlegroups.com>

Show all headers | View raw


Hi,

Am 01.07.2013 14:03, schrieb Dominique Payet:
>
> reset
> set term gif animate delay 100
> set output "animate.gif"
> n=200 # 200 for testing
> do for [i=0:n]{
>    plot "test.dat" every ::i using 1:2 with lines
> }
> set output
>
> -- but i don't know how "hide" the 190 others values and show them after.

do you mean:

do for [i=0:n] {
   plot "test.dat" every ::i::(i+10) using 1:2 with lines
}


Christoph

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


Thread

Animated & Lot of data Dominique Payet <dominique.ours@gmail.com> - 2013-07-01 05:03 -0700
  Re: Animated & Lot of data Christoph Bersch <usenet@bersch.net> - 2013-07-01 14:15 +0200
  Re: Animated & Lot of data Dominique Payet <dominique.ours@gmail.com> - 2013-07-01 09:30 -0700

csiph-web