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])| Name | Name | Last commit date | ||
|---|---|---|---|---|
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])