This is a super-helpful video, but how could I plot the data from each file in a separate plot please?
@DrManab Жыл бұрын
If you want to plot each file separately; you can just add plt.figure(i) just before plt.plot(x,y). This will plot each file separately. You can also use subplots, if you want to plot in specific order.