Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1174
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail |
|---|---|
| From | tom <tommaso.vinci@gmail.com> |
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: plot number variable |
| Date | Fri, 1 Jun 2012 00:25:27 -0700 (PDT) |
| Organization | http://groups.google.com |
| Lines | 25 |
| Message-ID | <c7bc988f-a447-4d21-bf08-e23462ae2d18@googlegroups.com> (permalink) |
| References | <10024470-1ab0-4059-868d-704feb82e8c4@googlegroups.com> <a2pvq9Fh9fU1@mid.dfncis.de> |
| NNTP-Posting-Host | 83.156.207.110 |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | quoted-printable |
| X-Trace | posting.google.com 1338542019 1118 127.0.0.1 (1 Jun 2012 09:13:39 GMT) |
| X-Complaints-To | groups-abuse@google.com |
| NNTP-Posting-Date | Fri, 1 Jun 2012 09:13:39 +0000 (UTC) |
| In-Reply-To | <a2pvq9Fh9fU1@mid.dfncis.de> |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=83.156.207.110; posting-account=LFq_8goAAAAXN4UG3L5mC_QVnF5WEUG8 |
| User-Agent | G2/1.0 |
| Xref | csiph.com comp.graphics.apps.gnuplot:1174 |
Show key headers only | 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 | Next — Previous in thread | Find similar
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