Add option to show a zero line in browser#14018
Conversation
|
The docs error ( The Azure error is also unrelated (hitting 403: rate limit exceeded). |
| initialized. The zero line marks the true zero of each channel's own | ||
| displayed trace, independent of any DC removal or highpass filtering | ||
| already applied to the data. Can be toggled after initialization by |
There was a problem hiding this comment.
Hmm somehow it's hard for me to parse this. I expected at first that hitting "d" would change the position of the line in the plot. I think calling it "true zero" made me think of "where zero actually is for the signal". So maybe
| initialized. The zero line marks the true zero of each channel's own | |
| displayed trace, independent of any DC removal or highpass filtering | |
| already applied to the data. Can be toggled after initialization by | |
| initialized. The zero line marks the centering point of each channel's | |
| **displayed trace**, independent of any DC removal or highpass filtering | |
| already applied to the data. Can be toggled after initialization by |
I wonder if there is value in having a third mode where toggling DC removal changes where the "zero line" is displayed so that it's actually at where the zero level is for that channel (in other words, treating "DC removal" as more of a visual vertical translation rather than a subtraction of any values from the trace)
This PR adds an option to show a zero line (toggleable with "0") to the Matplotlib backend. I've implemented this feature for the Qt backend in mne-tools/mne-qt-browser#423.
Short example: