mne-qt-browser
mne-qt-browser copied to clipboard
Changing color/thickness of vline appearing on signal plot?
When I click on the background inside the raw signal(s) window, I see a vertical line. It's light green and very thin, and I'm wondering if there's a line or two I can modify within my mne_qt_browser/_pg_figure.py to make adjustments, e.g. wider and/or different color? (Am I correct that a change could be made there?)
Additional context Add any other context or screenshots about the feature request here.
Hi @fishbacp, thank you for the suggestion. Indeed the line might be a bit hard to see depending on your screensize and resolution.
I tried several width's and everything bigger than 2 seems a bit thick to me imho:
2
3
4
I would suggest width=2 but maybe you want to try yourself?
Change pen='g' to pen={"color": "g", "width": <your width>} in line 1384 of _pg_figure.py.
The color can of course be also a subject of discussion too, I tried making it a bit darker (as it is currently the default in the matplotlib-backend: