Reading_XDF_files CheckXDFAlignment.py Packages needed to run this script pyxdf matplotlib Running Script Add full path to xdf file in the script pathToFile = '/path/to/file.xdf.gz' Change how much of the stream is plotted. By default, only the first point is plotted. For full stream, delete the 1. plt.plot(x[:1], y[:1])