You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I remove the indexing in line plot.py:283 to axes.plot(t, signal[:,ch], sig_style[ch], zorder=3) and comment out label_figure call, the plot is displayed correctly. I think it is related to this case.
I'm trying to run the # Demo 6 example from demo.ipynb:
But I receive the following output/error:
Can you tell me what I am doing wrong?
(I'm using Python 3.8.8.)
The text was updated successfully, but these errors were encountered: