From: Thomas S. <t.s...@fz...> - 2010-03-17 21:42:11
|
plot for [fn in system("ls *cat*.dat")] fn using 1:2 title fn if not using a unix-like operating system replace 'ls' with the 'listing filenames' command of your operating system. mean6 wrote: > > Hello everybody, > > I am new to this forum - as well as to gnuplot. > Please allow me a question: > > Is it possible to tell gnuplot by a simple command to plot in one graph > all files that contain a certain text in their filename? > > Something like that: > > plot *cat*.txt > > which would plot all files in the actual folder that contain the word > "cat" in their filename. > > Thanks for your help folks! > > -- View this message in context: http://old.nabble.com/Gnuplot---plot-all-files-in-folder-with-a-certain-signature-%28using-the-asterisk%29-tp27937745p27937808.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |