Hello!
I have following line of code
fig = mne.viz.plot_raw(raw_selection, start=start, duration=duration, show=False,
show_scrollbars=False, show_scalebars=False, n_channels=len(ch_names))
It plots roughly 25 channels worth of raw data. What I would like to do, is add vertical lines to this figure in the spot where there are integer valued seconds, such as [73, 74 75] etc. How to do this? I have tried adding grids, using ax.axvline functions etc. but I canβt get any lines to show.
- MNE-Python version: 0.23