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


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

Make a filname variable

Newsgroups comp.graphics.apps.gnuplot
Date 2014-07-24 05:36 -0700
Message-ID <c0112616-b39d-452a-847a-040cf6329097@googlegroups.com> (permalink)
Subject Make a filname variable
From Lancelot BOULET <lancelotboulet@gmail.com>

Show all headers | View raw


Hello everybody,

I would like to make an animation of ma results.
In order to do that, I found a nice solution :

plot './Sol.i.csv' using 1:2 with lines
pause 0.01
i=i+1
if (i<imax) reread

However, my solutions (number of solutions = imax) are like this : 
Sol.0.csv
Sol.1.csv
Sol.2.csv
...

How can I do for making the variable "i" workable in the plot './Sol.i.csv' ?

Thanks a lot in advence for your answers :) 

Lancelot

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


Thread

Make a filname variable Lancelot BOULET <lancelotboulet@gmail.com> - 2014-07-24 05:36 -0700
  Re: Make a filname variable Karl <mail.kfr@gmx.net> - 2014-07-24 16:41 +0200
    Re: Make a filname variable Lancelot BOULET <lancelotboulet@gmail.com> - 2014-07-24 12:09 -0700
      Re: Make a filname variable Lancelot BOULET <lancelotboulet@gmail.com> - 2014-07-24 12:39 -0700
        Re: Make a filname variable Karl <mail.kfr@gmx.net> - 2014-07-25 09:40 +0200

csiph-web