|
From: Yanni <y.g...@ma...> - 2017-02-13 09:48:50
|
Hello everyone Can someone please help me with 'plot for'? I have 10 files I would like to plot. My files are in this format: HeliumFoil_23434_2346673_642345-43.vec ............ ............ ............ HeliumFoil_23434_2346640_642340-40.vec I looked at the 'help info' and online and found out about the "plot for" syntax. I'm trying to plot all the files at once without having to do each one of them individually but I'm struggling to define x in the 'plot for' command below: plot for [x=1:10] '*.vec' using 1:2 title 'Flow'.x When I run the above, it complains about not being able to find '.vec' file. I think I have to define x inside the '*.vec' but I don't know how. Many thanks for your support goud |