From: Thomas S. <t.s...@fz...> - 2010-03-18 10:12:50
|
'fn' is the loop variable. just use the 'plot' command from my previous post, it should work. see: http://www.gnuplot.info/docs/gnuplot.html#x1-16300065.7 mean6 wrote: > > > > Thomas Sefzick wrote: >> >> 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. >> > > > What does fn stand for? Could you give an example that I can copy-paste > to the command line ? > > -- View this message in context: http://old.nabble.com/Gnuplot---plot-all-files-in-folder-with-a-certain-signature-%28using-the-asterisk%29-tp27937745p27943635.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |