Adding text to MNEQtBrowser (or figure) plots

Is it possible to add text to plots shown with MNEQtBrowser?
Ideally, I would like to be able to scroll through the eeg and see the values plotted.
For example, like this plot that I made:

image

Barring that, is it possible to add interactions to the plots? E.g. I click on an area, get a callback, and pop up a window with information.

Thanks

Have you tried using annotations? I’m not sure what exactly these numbers are, but you can add custom annotations to arbitrary segments in the data. Even per-channel annotations should work nowadays.

1 Like