|
From: wayne0308 <wok...@gm...> - 2008-01-18 14:17:07
|
Hi there, I was hoping someone can help me with this. I'll tell you a little about what I'm doing and then what I'm trying to do. I've programmed a numerical simulation in C, which outputs a data file on each iteration (time step). On average I could end up with 10's of .dat files, I've used a simple naming convention "data000.dat, data001.dat and so on. What I'm trying to do is to get GNUPLOT to create a plot of each of these .dat files . So lets say I have 200 data file, then I want to plot 200 graphs, one for each. The only thing that will change from graph to graph is the data plotted within. Do I need to write a script to do this? If so, does anyone know of tutorials I can use, or if anyone has any examples of how I can implement this. I know what I'm trying to do but I'm afraid I haven't a clue how to do it :-) Any help you can give will be much appreciated, Wayne. -- View this message in context: http://www.nabble.com/Creating-multiple-plots-tp14949801p14949801.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |