First method - Concatenation of strings
The simplest method to plot multiple data files is to insert a for loop inside the plot command of
gnuplot. Assuming you have N files named sequently, i.e.
file_1.dat
file_2.dat
file_3.dat
...
file_N.dat
Executing the command
plot for[i = 1:N] "...