Suppose I have a results directory with many subdirectories, one for each experiment. In each of these subdirectories are the data files, so the whole thing looks like this:
results
exp_1
data_file.dat
other non-relevant stuff
exp_2
data_file.dat
other non-relevant stuff
exp_3
data_file.dat
other non-relevant stuff
...
The question is, is there a way to plot all the data files in one plot with Gnuplot (from the results folder) in an automatic way? (Right now I only have 50 experiments, but I could easily wind up with thousands. It is impractical to specify 50 relative paths as it is!)