Plotting many data files and creating an animation in gnuplot
Say, you have many files with two columns of data. If we want to plot the data in each file in a separate plot, it will take a lot of time do it manually one by one. But using a simple shell script, this can be done at once. Let the files be named as data1, … Read more Plotting many data files and creating an animation in gnuplot