Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3344
| Newsgroups | comp.graphics.apps.gnuplot |
|---|---|
| Date | 2016-06-17 03:39 -0700 |
| References | <1e061eba-f693-4eee-9f63-ce7809dc5f91@googlegroups.com> |
| Message-ID | <d8d4dca8-419e-49e6-b80a-d890b8fcc4a3@googlegroups.com> (permalink) |
| Subject | Re: Plot datafiles in bulk |
| From | explorat123@gmail.com |
Op dinsdag 7 juni 2016 21:22:08 UTC+2 schreef explo...@gmail.com: > Hi, > > I'd like to plot multiple .csv files in bulk, regardless of their names: > 20151221-Log.csv > 20160315-Log.csv > 20160601-Log.csv > ... > > Each of them contains data in the form: > 1,18711,9501,888,0.00,2.19 > 2,18726,9501,897,0.00,2.19 > 3,18741,9501,900,0.00,2.17 > ... > > > Is there an easy way to do this without having to specify the name for each individual file and without having to join the files ? > > Something like using a wildcard in DOS: > plot '*-Log.csv' u 1:2 , '' u 1:3 > or even: > plot '*.csv' u 1:2 , '' u 1:3 > > Thanks Yes, this works ! Thank you very much !
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Find similar
Plot datafiles in bulk explorat123@gmail.com - 2016-06-07 12:22 -0700
Re: Plot datafiles in bulk Karl Ratzsch <mail.kfr@gmx.net> - 2016-06-07 22:17 +0200
Re: Plot datafiles in bulk Ethan A Merritt <EAMerritt@gmail.com> - 2016-06-07 21:49 -0700
Re: Plot datafiles in bulk Karl Ratzsch <mail.kfr@gmx.net> - 2016-06-08 10:34 +0200
Re: Plot datafiles in bulk explorat123@gmail.com - 2016-06-09 13:13 -0700
Re: Plot datafiles in bulk Karl Ratzsch <mail.kfr@gmx.net> - 2016-06-10 01:54 +0200
Re: Plot datafiles in bulk explorat123@gmail.com - 2016-06-13 00:16 -0700
Re: Plot datafiles in bulk Karl Ratzsch <mail.kfr@gmx.net> - 2016-06-13 09:26 +0200
Re: Plot datafiles in bulk explorat123@gmail.com - 2016-06-17 03:39 -0700
csiph-web