So essentially I have a few numbered files like output_0000.dat ... output_1999.dat
that each correspond to a consecutive timestep in the simulation of a wave on a string. The files contain the x
and y
positions for each point on the string at that timestep.
My goal is to plot these files one after another to make an animation, ideally using matplotlib
but other software will also do.
If you could also direct me to a helpful tutorial, I'll be very greatful.
Thanks!