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


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

Re: plot number variable

From tom <tommaso.vinci@gmail.com>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: plot number variable
Date 2012-06-01 00:25 -0700
Organization http://groups.google.com
Message-ID <c7bc988f-a447-4d21-bf08-e23462ae2d18@googlegroups.com> (permalink)
References <10024470-1ab0-4059-868d-704feb82e8c4@googlegroups.com> <a2pvq9Fh9fU1@mid.dfncis.de>

Show all headers | View raw


On Thursday, 31 May 2012 21:41:00 UTC+2, Hans-Bernhard Bröker  wrote:
> make that
> 
> plot plotnum=0, \
>       'file1' u 1:2:(plotnum) w l palette

great that was exactly the kind of thing/workarourn I was looking for!

and thank you Ethan, what you suggested was ok but unfortunately I use extensively pipe filenames that are quite complicated, something like:

plot num=0, num=num+1, "< lettore -f '/Users/tommaso/local/sim/multi/simulationsLIL/100SiO2-20C-seuil.dat'   -x  -T  -t -s -1 -S 5990 -U 1 -a 0 -A 20 -b 0 -u 100 -B 5000" using 1:2:(num) notitle with l lw 3 palette , num=num+1, "< lettore -f '/Users/tommaso/local/sim/multi/simulationsLIL/100SiO2-50C-seuil.dat'   -x  -T  -t -s -1 -S 5990 -U 1 -a 0 -A 20 -b 0 -u 100 -B 5000" using 1:2:(num) notitle with l lw 3 palette


(of course these are created via gui I don't have to type all this by hand!)

thanks again everybody, I really appreciate gnuplot mostly because of this place!

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


Thread

plot number variable tom <tommaso.vinci@gmail.com> - 2012-05-31 04:35 -0700
  Re: plot number variable sfeam <sfeam@users.sourceforge.net> - 2012-05-31 09:19 -0700
  Re: plot number variable Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2012-05-31 21:41 +0200
    Re: plot number variable tom <tommaso.vinci@gmail.com> - 2012-06-01 00:25 -0700

csiph-web